#c8dc66

Color #C8DC66 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #C8DC66

Tints of Wild Willow #C8DC66

Color information

#C8DC66 (or 0xC8DC66) is unknown color: approx Wild Willow. HEX triplet: C8, DC and 66. RGB value is (200,220,102). Sum of RGB (Red+Green+Blue) = 200+220+102=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 102 (40.23% from 255 or 19.54% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DC66 is #372399. Grayscale: #C9C9C9. Windows color (decimal): -3613594 or 6741192. OLE color: 6741192.

HSL color Cylindrical-coordinate representation of color #C8DC66: hue angle of 70.17º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8DC66 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB200220102-
CMYK0.0900.540.14
HSL70.17º62.77%63.14%-
HSV(B)70.17º53.64%86.27%-
XYZ51.8164.4322.27-
YUV200.5772.37127.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.31%
GREEN value IS 220 (86.33% from 255) = 42.15%
BLUE value IS 102 (40.23% from 255) = 19.54%
R=38.31%
G=42.15%
B=19.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002201020.0900.540.1470.1762.7763.14
HexC8DC669036E463f3f
Octal31033414611066161067777
Binary110010001101110011001101001011011011101000110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8dc66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8dc66; }

 p { color: rgb(200,220,102); }

 H1.HeaderClassName
 {
   color: #c8dc66;
 }
 .AnyTagClassName
 {
   color: #c8dc66;
 }
</style>
background-color css

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

 a { background-color: rgb(200,220,102); }

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

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

 span { border-color: rgb(200,220,102); }

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