Html Css Color HEX #CAD254 Wild Willow

📋 copy color: '#CAD254'

red 202 ◦ green 210 ◦ blue 84

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

Shades of Wild Willow #CAD254

Tints of Wild Willow #CAD254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.94%

R = 40.73%
G = 42.34%
B = 16.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.6

 K value IS 0.18

RGB Variations

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

Color information

#CAD254 (or 0xCAD254) is known color: Wild Willow. HEX triplet: CA, D2 and 54. RGB value is (202,210,84). Sum of RGB (Red+Green+Blue) = 202+210+84=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 84 (33.20% from 255 or 16.94% from 496); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD254 is #352DAB. Grayscale: #C1C1C1. Windows color (decimal): -3485100 or 5558986. OLE color: 5558986.

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

Color convert

RGB 202 210 84 -
CMYK 0.04 0 0.6 0.18
HSL 63.81º 0.58% 0.58% -
HSV(B) 63.81º 0.6% 0.82% -
XYZ 49 59.29 17.25 -
YUV 193.24 66.35 134.25 -
System Red Green Blue C M Y K H S L
Decimal 202 210 84 0.04 0 0.6 0.18 63.81 0.58 0.58
Hex CA D2 54 4 0 3C 12 40 3A 3A
Octal 312 322 124 4 0 74 22 100 72 72
Binary 11001010 11010010 1010100 100 0 111100 10010 1000000 111010 111010

Color Harmonies of #CAD254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD254

Black with #CAD254

Text Example


Text Example

White with #CAD254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD254; }

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

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

background-color css

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

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

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

border-color css

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

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

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