Html Css Color HEX #CAD467 Wild Willow

📋 copy color: '#CAD467'

red 202 ◦ green 212 ◦ blue 103

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

Shades of Wild Willow #CAD467

Tints of Wild Willow #CAD467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.92%

R = 39.07%
G = 41.01%
B = 19.92%

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

#CAD467 (or 0xCAD467) is known color: Wild Willow. HEX triplet: CA, D4 and 67. RGB value is (202,212,103). Sum of RGB (Red+Green+Blue) = 202+212+103=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 103 (40.62% from 255 or 19.92% from 517); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD467 is #352B98. Grayscale: #C5C5C5. Windows color (decimal): -3484569 or 6804682. OLE color: 6804682.

HSL color Cylindrical-coordinate representation of color #CAD467: hue angle of 65.5º 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 #CAD467 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 202 212 103 -
CMYK 0.05 0 0.51 0.17
HSL 65.5º 0.56% 0.62% -
HSV(B) 65.5º 0.51% 0.83% -
XYZ 50.35 60.62 21.88 -
YUV 196.58 75.19 131.86 -
System Red Green Blue C M Y K H S L
Decimal 202 212 103 0.05 0 0.51 0.17 65.5 0.56 0.62
Hex CA D4 67 5 0 33 11 42 38 3E
Octal 312 324 147 5 0 63 21 102 70 76
Binary 11001010 11010100 1100111 101 0 110011 10001 1000010 111000 111110

Color Harmonies of #CAD467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD467

Black with #CAD467

Text Example


Text Example

White with #CAD467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD467; }

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

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

background-color css

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

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

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

border-color css

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

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

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