Html Css Color HEX #CAD263 Wild Willow

📋 copy color: '#CAD263'

red 202 ◦ green 210 ◦ blue 99

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

Shades of Wild Willow #CAD263

Tints of Wild Willow #CAD263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.37%

R = 39.53%
G = 41.1%
B = 19.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#CAD263 (or 0xCAD263) is known color: Wild Willow. HEX triplet: CA, D2 and 63. RGB value is (202,210,99). Sum of RGB (Red+Green+Blue) = 202+210+99=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 99 (39.06% from 255 or 19.37% from 511); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD263 is #352D9C. Grayscale: #C3C3C3. Windows color (decimal): -3485085 or 6542026. OLE color: 6542026.

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

Color convert

RGB 202 210 99 -
CMYK 0.04 0 0.53 0.18
HSL 64.32º 0.55% 0.61% -
HSV(B) 64.32º 0.53% 0.82% -
XYZ 49.66 59.55 20.68 -
YUV 194.95 73.85 133.03 -
System Red Green Blue C M Y K H S L
Decimal 202 210 99 0.04 0 0.53 0.18 64.32 0.55 0.61
Hex CA D2 63 4 0 35 12 40 37 3D
Octal 312 322 143 4 0 65 22 100 67 75
Binary 11001010 11010010 1100011 100 0 110101 10010 1000000 110111 111101

Color Harmonies of #CAD263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD263

Black with #CAD263

Text Example


Text Example

White with #CAD263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD263; }

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

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

background-color css

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

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

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

border-color css

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

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

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