Html Css Color HEX #CADC60 Wild Willow

📋 copy color: '#CADC60'

red 202 ◦ green 220 ◦ blue 96

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

Shades of Wild Willow #CADC60

Tints of Wild Willow #CADC60

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.47%

 BLUE value IS 96 (37.89% from 255) = 18.53%

R = 39%
G = 42.47%
B = 18.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#CADC60 (or 0xCADC60) is known color: Wild Willow. HEX triplet: CA, DC and 60. RGB value is (202,220,96). Sum of RGB (Red+Green+Blue) = 202+220+96=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 96 (37.89% from 255 or 18.53% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #CADC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADC60 is #35239F. Grayscale: #C8C8C8. Windows color (decimal): -3482528 or 6347978. OLE color: 6347978.

HSL color Cylindrical-coordinate representation of color #CADC60: hue angle of 68.71º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CADC60 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 220 96 -
CMYK 0.08 0 0.56 0.14
HSL 68.71º 0.64% 0.62% -
HSV(B) 68.71º 0.56% 0.86% -
XYZ 52.06 64.59 20.79 -
YUV 200.48 69.04 129.08 -
System Red Green Blue C M Y K H S L
Decimal 202 220 96 0.08 0 0.56 0.14 68.71 0.64 0.62
Hex CA DC 60 8 0 38 E 45 40 3E
Octal 312 334 140 10 0 70 16 105 100 76
Binary 11001010 11011100 1100000 1000 0 111000 1110 1000101 1000000 111110

Color Harmonies of #CADC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADC60

Black with #CADC60

Text Example


Text Example

White with #CADC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADC60; }

 p { color: rgb(202,220,96); }

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

background-color css

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

 a { background-color: rgb(202,220,96); }

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

border-color css

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

 span { border-color: rgb(202,220,96); }

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