#cad55d

Color #CAD55D Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #CAD55D

Tints of Wild Willow #CAD55D

Color information

#CAD55D (or 0xCAD55D) is unknown color: approx Wild Willow. HEX triplet: CA, D5 and 5D. RGB value is (202,213,93). Sum of RGB (Red+Green+Blue) = 202+213+93=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD55D is #352AA2. Grayscale: #C4C4C4. Windows color (decimal): -3484323 or 6149578. OLE color: 6149578.

HSL color Cylindrical-coordinate representation of color #CAD55D: hue angle of 65.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAD55D is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB20221393-
CMYK0.0500.560.16
HSL65.5º58.82%60%-
HSV(B)65.5º56.34%83.53%-
XYZ50.1360.9419.48-
YUV196.0369.86132.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 39.76%
GREEN value IS 213 (83.59% from 255) = 41.93%
BLUE value IS 93 (36.72% from 255) = 18.31%
R=39.76%
G=41.93%
B=18.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal202213930.0500.560.1665.558.8260
HexCAD55D503810423b3c
Octal3123251355070201027374
Binary110010101101010110111011010111000100001000010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cad55d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cad55d; }

 p { color: rgb(202,213,93); }

 H1.HeaderClassName
 {
   color: #cad55d;
 }
 .AnyTagClassName
 {
   color: #cad55d;
 }
</style>
background-color css

<style>
 a { background-color: #cad55d; }

 a { background-color: rgb(202,213,93); }

 div.DivClassName
 {
   background-color: #cad55d;
 }
 .BgClassName
 {
   background-color: #cad55d;
 }
</style>
border-color css

<style>
 span { border-color: #cad55d; }

 span { border-color: rgb(202,213,93); }

 td.TdClassName
 {
   border-color: #cad55d;
 }
 .TagClassName
 {
   border-color: #cad55d;
 }
</style>