#C0D878

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

Shades of Sulu #C0D878

Tints of Sulu #C0D878

Color information

#C0D878 (or 0xC0D878) is unknown color: approx Sulu. HEX triplet: C0, D8 and 78. RGB value is (192,216,120). Sum of RGB (Red+Green+Blue) = 192+216+120=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 120 (47.27% from 255 or 22.73% from 528); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D878 is #3F2787. Grayscale: #C6C6C6. Windows color (decimal): -4138888 or 7919808. OLE color: 7919808.

HSL color Cylindrical-coordinate representation of color #C0D878: hue angle of 75º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0D878 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB192216120-
CMYK0.1100.440.15
HSL75º55.17%65.88%-
HSV(B)75º44.44%84.71%-
XYZ49.6861.6727.05-
YUV197.8884.05123.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.36%
GREEN value IS 216 (84.77% from 255) = 40.91%
BLUE value IS 120 (47.27% from 255) = 22.73%
R=36.36%
G=40.91%
B=22.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1922161200.1100.440.157555.1765.88
HexC0D878B02CF4b3742
Octal300330170130541711367102
Binary1100000011011000111100010110101100111110010111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D878; }

 p { color: rgb(192,216,120); }

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

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

 a { background-color: rgb(192,216,120); }

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

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

 span { border-color: rgb(192,216,120); }

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