Html Css Color HEX #CAD963 Wild Willow

📋 copy color: '#CAD963'

red 202 ◦ green 217 ◦ blue 99

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

Shades of Wild Willow #CAD963

Tints of Wild Willow #CAD963

RGB

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

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

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

R = 39%
G = 41.89%
B = 19.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#CAD963 (or 0xCAD963) is known color: Wild Willow. HEX triplet: CA, D9 and 63. RGB value is (202,217,99). Sum of RGB (Red+Green+Blue) = 202+217+99=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 99 (39.06% from 255 or 19.11% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD963 is #35269C. Grayscale: #C7C7C7. Windows color (decimal): -3483293 or 6543818. OLE color: 6543818.

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

Color convert

RGB 202 217 99 -
CMYK 0.07 0 0.54 0.15
HSL 67.63º 0.61% 0.62% -
HSV(B) 67.63º 0.54% 0.85% -
XYZ 51.42 63.08 21.27 -
YUV 199.06 71.53 130.09 -
System Red Green Blue C M Y K H S L
Decimal 202 217 99 0.07 0 0.54 0.15 67.63 0.61 0.62
Hex CA D9 63 7 0 36 F 44 3D 3E
Octal 312 331 143 7 0 66 17 104 75 76
Binary 11001010 11011001 1100011 111 0 110110 1111 1000100 111101 111110

Color Harmonies of #CAD963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD963

Black with #CAD963

Text Example


Text Example

White with #CAD963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD963; }

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

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

background-color css

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

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

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

border-color css

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

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

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