Html Css Color HEX #CAD964 Wild Willow

📋 copy color: '#CAD964'

red 202 ◦ green 217 ◦ blue 100

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

Shades of Wild Willow #CAD964

Tints of Wild Willow #CAD964

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.81%

 BLUE value IS 100 (39.45% from 255) = 19.27%

R = 38.92%
G = 41.81%
B = 19.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#CAD964 (or 0xCAD964) is known color: Wild Willow. HEX triplet: CA, D9 and 64. RGB value is (202,217,100). Sum of RGB (Red+Green+Blue) = 202+217+100=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD964 is #35269B. Grayscale: #C7C7C7. Windows color (decimal): -3483292 or 6609354. OLE color: 6609354.

HSL color Cylindrical-coordinate representation of color #CAD964: hue angle of 67.69º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CAD964 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 217 100 -
CMYK 0.07 0 0.54 0.15
HSL 67.69º 0.61% 0.62% -
HSV(B) 67.69º 0.54% 0.85% -
XYZ 51.47 63.1 21.52 -
YUV 199.18 72.03 130.01 -
System Red Green Blue C M Y K H S L
Decimal 202 217 100 0.07 0 0.54 0.15 67.69 0.61 0.62
Hex CA D9 64 7 0 36 F 44 3D 3E
Octal 312 331 144 7 0 66 17 104 75 76
Binary 11001010 11011001 1100100 111 0 110110 1111 1000100 111101 111110

Color Harmonies of #CAD964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD964

Black with #CAD964

Text Example


Text Example

White with #CAD964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD964; }

 p { color: rgb(202,217,100); }

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

background-color css

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

 a { background-color: rgb(202,217,100); }

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

border-color css

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

 span { border-color: rgb(202,217,100); }

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