Html Css Color HEX #CAD965 Wild Willow

📋 copy color: '#CAD965'

red 202 ◦ green 217 ◦ blue 101

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

Shades of Wild Willow #CAD965

Tints of Wild Willow #CAD965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.42%

R = 38.85%
G = 41.73%
B = 19.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#CAD965 (or 0xCAD965) is known color: Wild Willow. HEX triplet: CA, D9 and 65. RGB value is (202,217,101). Sum of RGB (Red+Green+Blue) = 202+217+101=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 101 (39.84% from 255 or 19.42% from 520); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD965 is #35269A. Grayscale: #C7C7C7. Windows color (decimal): -3483291 or 6674890. OLE color: 6674890.

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

Color convert

RGB 202 217 101 -
CMYK 0.07 0 0.53 0.15
HSL 67.76º 0.6% 0.62% -
HSV(B) 67.76º 0.53% 0.85% -
XYZ 51.52 63.12 21.78 -
YUV 199.29 72.53 129.93 -
System Red Green Blue C M Y K H S L
Decimal 202 217 101 0.07 0 0.53 0.15 67.76 0.6 0.62
Hex CA D9 65 7 0 35 F 44 3C 3E
Octal 312 331 145 7 0 65 17 104 74 76
Binary 11001010 11011001 1100101 111 0 110101 1111 1000100 111100 111110

Color Harmonies of #CAD965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD965

Black with #CAD965

Text Example


Text Example

White with #CAD965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD965; }

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

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

background-color css

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

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

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

border-color css

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

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

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