Html Css Color HEX #CAD258 Wild Willow

📋 copy color: '#CAD258'

red 202 ◦ green 210 ◦ blue 88

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

Shades of Wild Willow #CAD258

Tints of Wild Willow #CAD258

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42%

 BLUE value IS 88 (34.77% from 255) = 17.6%

R = 40.4%
G = 42%
B = 17.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#CAD258 (or 0xCAD258) is known color: Wild Willow. HEX triplet: CA, D2 and 58. RGB value is (202,210,88). Sum of RGB (Red+Green+Blue) = 202+210+88=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 88 (34.77% from 255 or 17.6% from 500); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD258 is #352DA7. Grayscale: #C2C2C2. Windows color (decimal): -3485096 or 5821130. OLE color: 5821130.

HSL color Cylindrical-coordinate representation of color #CAD258: hue angle of 63.93º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CAD258 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 210 88 -
CMYK 0.04 0 0.58 0.18
HSL 63.93º 0.58% 0.58% -
HSV(B) 63.93º 0.58% 0.82% -
XYZ 49.17 59.35 18.1 -
YUV 193.7 68.35 133.92 -
System Red Green Blue C M Y K H S L
Decimal 202 210 88 0.04 0 0.58 0.18 63.93 0.58 0.58
Hex CA D2 58 4 0 3A 12 40 3A 3A
Octal 312 322 130 4 0 72 22 100 72 72
Binary 11001010 11010010 1011000 100 0 111010 10010 1000000 111010 111010

Color Harmonies of #CAD258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD258

Black with #CAD258

Text Example


Text Example

White with #CAD258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD258; }

 p { color: rgb(202,210,88); }

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

background-color css

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

 a { background-color: rgb(202,210,88); }

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

border-color css

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

 span { border-color: rgb(202,210,88); }

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