#C0D78A

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

Shades of Sulu #C0D78A

Tints of Sulu #C0D78A

Color information

#C0D78A (or 0xC0D78A) is unknown color: approx Sulu. HEX triplet: C0, D7 and 8A. RGB value is (192,215,138). Sum of RGB (Red+Green+Blue) = 192+215+138=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 215 (84.38% from 255 or 39.45% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D78A is #3F2875. Grayscale: #C7C7C7. Windows color (decimal): -4139126 or 9099200. OLE color: 9099200.

HSL color Cylindrical-coordinate representation of color #C0D78A: hue angle of 77.92º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0D78A is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB192215138-
CMYK0.1100.360.16
HSL77.92º49.04%69.22%-
HSV(B)77.92º35.81%84.31%-
XYZ50.6361.6433.27-
YUV199.3493.38122.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.23%
GREEN value IS 215 (84.38% from 255) = 39.45%
BLUE value IS 138 (54.30% from 255) = 25.32%
R=35.23%
G=39.45%
B=25.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1922151380.1100.360.1677.9249.0469.22
HexC0D78AB024104e3145
Octal300327212130442011661105
Binary110000001101011110001010101101001001000010011101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D78A; }

 p { color: rgb(192,215,138); }

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

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

 a { background-color: rgb(192,215,138); }

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

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

 span { border-color: rgb(192,215,138); }

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