Html Css Color HEX #CAD367 Wild Willow

📋 copy color: '#CAD367'

red 202 ◦ green 211 ◦ blue 103

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

Shades of Wild Willow #CAD367

Tints of Wild Willow #CAD367

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.89%

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

R = 39.15%
G = 40.89%
B = 19.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#CAD367 (or 0xCAD367) is known color: Wild Willow. HEX triplet: CA, D3 and 67. RGB value is (202,211,103). Sum of RGB (Red+Green+Blue) = 202+211+103=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 211 (82.81% from 255 or 40.89% from 516); Blue value is 103 (40.62% from 255 or 19.96% from 516); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD367 is #352C98. Grayscale: #C4C4C4. Windows color (decimal): -3484825 or 6804426. OLE color: 6804426.

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

Color convert

RGB 202 211 103 -
CMYK 0.04 0 0.51 0.17
HSL 65º 0.55% 0.62% -
HSV(B) 65º 0.51% 0.83% -
XYZ 50.1 60.12 21.8 -
YUV 196 75.52 132.28 -
System Red Green Blue C M Y K H S L
Decimal 202 211 103 0.04 0 0.51 0.17 65 0.55 0.62
Hex CA D3 67 4 0 33 11 41 37 3E
Octal 312 323 147 4 0 63 21 101 67 76
Binary 11001010 11010011 1100111 100 0 110011 10001 1000001 110111 111110

Color Harmonies of #CAD367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD367

Black with #CAD367

Text Example


Text Example

White with #CAD367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD367; }

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

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

background-color css

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

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

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

border-color css

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

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

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