Html Css Color HEX #CAD468 Wild Willow

📋 copy color: '#CAD468'

red 202 ◦ green 212 ◦ blue 104

#CAD468
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #CAD468

Tints of Wild Willow #CAD468

RGB

 RED value IS 202 (79.3% from 255) = 39%

 GREEN value IS 212 (83.2% from 255) = 40.93%

 BLUE value IS 104 (41.02% from 255) = 20.08%

R = 39%
G = 40.93%
B = 20.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#CAD468 (or 0xCAD468) is known color: Wild Willow. HEX triplet: CA, D4 and 68. RGB value is (202,212,104). Sum of RGB (Red+Green+Blue) = 202+212+104=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 104 (41.02% from 255 or 20.08% from 518); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD468 is #352B97. Grayscale: #C5C5C5. Windows color (decimal): -3484568 or 6870218. OLE color: 6870218.

HSL color Cylindrical-coordinate representation of color #CAD468: hue angle of 65.56º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAD468 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 202 212 104 -
CMYK 0.05 0 0.51 0.17
HSL 65.56º 0.56% 0.62% -
HSV(B) 65.56º 0.51% 0.83% -
XYZ 50.4 60.64 22.15 -
YUV 196.7 75.69 131.78 -
System Red Green Blue C M Y K H S L
Decimal 202 212 104 0.05 0 0.51 0.17 65.56 0.56 0.62
Hex CA D4 68 5 0 33 11 42 38 3E
Octal 312 324 150 5 0 63 21 102 70 76
Binary 11001010 11010100 1101000 101 0 110011 10001 1000010 111000 111110

Color Harmonies of #CAD468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD468

Black with #CAD468

Text Example


Text Example

White with #CAD468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD468; }

 p { color: rgb(202,212,104); }

 H1.HeaderClassName
 {
   color: #CAD468;
 }
 .AnyTagClassName
 {
   color: #CAD468;
 }
</style>

background-color css

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

 a { background-color: rgb(202,212,104); }

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

border-color css

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

 span { border-color: rgb(202,212,104); }

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