Html Css Color HEX #CAD863 Wild Willow

📋 copy color: '#CAD863'

red 202 ◦ green 216 ◦ blue 99

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

Shades of Wild Willow #CAD863

Tints of Wild Willow #CAD863

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.78%

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

R = 39.07%
G = 41.78%
B = 19.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#CAD863 (or 0xCAD863) is known color: Wild Willow. HEX triplet: CA, D8 and 63. RGB value is (202,216,99). Sum of RGB (Red+Green+Blue) = 202+216+99=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 99 (39.06% from 255 or 19.15% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD863 is #35279C. Grayscale: #C6C6C6. Windows color (decimal): -3483549 or 6543562. OLE color: 6543562.

HSL color Cylindrical-coordinate representation of color #CAD863: hue angle of 67.18º degrees, saturation: 0.6, 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 #CAD863 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 216 99 -
CMYK 0.06 0 0.54 0.15
HSL 67.18º 0.6% 0.62% -
HSV(B) 67.18º 0.54% 0.85% -
XYZ 51.17 62.57 21.18 -
YUV 198.48 71.86 130.51 -
System Red Green Blue C M Y K H S L
Decimal 202 216 99 0.06 0 0.54 0.15 67.18 0.6 0.62
Hex CA D8 63 6 0 36 F 43 3C 3E
Octal 312 330 143 6 0 66 17 103 74 76
Binary 11001010 11011000 1100011 110 0 110110 1111 1000011 111100 111110

Color Harmonies of #CAD863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD863

Black with #CAD863

Text Example


Text Example

White with #CAD863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD863; }

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

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

background-color css

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

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

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

border-color css

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

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

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