#C8D75D

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

Shades of Wild Willow #C8D75D

Tints of Wild Willow #C8D75D

Color information

#C8D75D (or 0xC8D75D) is unknown color: approx Wild Willow. HEX triplet: C8, D7 and 5D. RGB value is (200,215,93). Sum of RGB (Red+Green+Blue) = 200+215+93=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D75D is #3728A2. Grayscale: #C5C5C5. Windows color (decimal): -3614883 or 6150088. OLE color: 6150088.

HSL color Cylindrical-coordinate representation of color #C8D75D: hue angle of 67.38º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8D75D is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB20021593-
CMYK0.0700.570.16
HSL67.38º60.4%60.39%-
HSV(B)67.38º56.74%84.31%-
XYZ50.161.6719.62-
YUV196.6169.53130.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.37%
GREEN value IS 215 (84.38% from 255) = 42.32%
BLUE value IS 93 (36.72% from 255) = 18.31%
R=39.37%
G=42.32%
B=18.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal200215930.0700.570.1667.3860.460.39
HexC8D75D703910433c3c
Octal3103271357071201037474
Binary110010001101011110111011110111001100001000011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D75D; }

 p { color: rgb(200,215,93); }

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

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

 a { background-color: rgb(200,215,93); }

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

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

 span { border-color: rgb(200,215,93); }

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