#C8D75C

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

Shades of Wild Willow #C8D75C

Tints of Wild Willow #C8D75C

Color information

#C8D75C (or 0xC8D75C) is unknown color: approx Wild Willow. HEX triplet: C8, D7 and 5C. RGB value is (200,215,92). Sum of RGB (Red+Green+Blue) = 200+215+92=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D75C is #3728A3. Grayscale: #C4C4C4. Windows color (decimal): -3614884 or 6084552. OLE color: 6084552.

HSL color Cylindrical-coordinate representation of color #C8D75C: hue angle of 67.32º degrees, saturation: 0.61, 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 #C8D75C is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB20021592-
CMYK0.0700.570.16
HSL67.32º60.59%60.2%-
HSV(B)67.32º57.21%84.31%-
XYZ50.0561.6519.39-
YUV196.4969.03130.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.45%
GREEN value IS 215 (84.38% from 255) = 42.41%
BLUE value IS 92 (36.33% from 255) = 18.15%
R=39.45%
G=42.41%
B=18.15%

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
Decimal200215920.0700.570.1667.3260.5960.2
HexC8D75C703910433d3c
Octal3103271347071201037574
Binary110010001101011110111001110111001100001000011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D75C; }

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

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

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

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

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

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

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

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