Html Css Color HEX #CAD953 Wild Willow

📋 copy color: '#CAD953'

red 202 ◦ green 217 ◦ blue 83

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

Shades of Wild Willow #CAD953

Tints of Wild Willow #CAD953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.53%

R = 40.24%
G = 43.23%
B = 16.53%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#CAD953 (or 0xCAD953) is known color: Wild Willow. HEX triplet: CA, D9 and 53. RGB value is (202,217,83). Sum of RGB (Red+Green+Blue) = 202+217+83=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 83 (32.81% from 255 or 16.53% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD953 is #3526AC. Grayscale: #C5C5C5. Windows color (decimal): -3483309 or 5495242. OLE color: 5495242.

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

Color convert

RGB 202 217 83 -
CMYK 0.07 0 0.62 0.15
HSL 66.72º 0.64% 0.59% -
HSV(B) 66.72º 0.62% 0.85% -
XYZ 50.73 62.81 17.63 -
YUV 197.24 63.53 131.4 -
System Red Green Blue C M Y K H S L
Decimal 202 217 83 0.07 0 0.62 0.15 66.72 0.64 0.59
Hex CA D9 53 7 0 3E F 43 40 3B
Octal 312 331 123 7 0 76 17 103 100 73
Binary 11001010 11011001 1010011 111 0 111110 1111 1000011 1000000 111011

Color Harmonies of #CAD953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD953

Black with #CAD953

Text Example


Text Example

White with #CAD953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD953; }

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

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

background-color css

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

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

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

border-color css

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

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

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