Html Css Color HEX #CAD55C Wild Willow

📋 copy color: '#CAD55C'

red 202 ◦ green 213 ◦ blue 92

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

Shades of Wild Willow #CAD55C

Tints of Wild Willow #CAD55C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.01%

 BLUE value IS 92 (36.33% from 255) = 18.15%

R = 39.84%
G = 42.01%
B = 18.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#CAD55C (or 0xCAD55C) is known color: Wild Willow. HEX triplet: CA, D5 and 5C. RGB value is (202,213,92). Sum of RGB (Red+Green+Blue) = 202+213+92=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD55C is #352AA3. Grayscale: #C4C4C4. Windows color (decimal): -3484324 or 6084042. OLE color: 6084042.

HSL color Cylindrical-coordinate representation of color #CAD55C: hue angle of 65.45º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CAD55C is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 213 92 -
CMYK 0.05 0 0.57 0.16
HSL 65.45º 0.59% 0.6% -
HSV(B) 65.45º 0.57% 0.84% -
XYZ 50.08 60.92 19.24 -
YUV 195.92 69.36 132.34 -
System Red Green Blue C M Y K H S L
Decimal 202 213 92 0.05 0 0.57 0.16 65.45 0.59 0.6
Hex CA D5 5C 5 0 39 10 41 3B 3C
Octal 312 325 134 5 0 71 20 101 73 74
Binary 11001010 11010101 1011100 101 0 111001 10000 1000001 111011 111100

Color Harmonies of #CAD55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD55C

Black with #CAD55C

Text Example


Text Example

White with #CAD55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD55C; }

 p { color: rgb(202,213,92); }

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

background-color css

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

 a { background-color: rgb(202,213,92); }

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

border-color css

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

 span { border-color: rgb(202,213,92); }

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