#C0ED76

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

Shades of Sulu #C0ED76

Tints of Sulu #C0ED76

Color information

#C0ED76 (or 0xC0ED76) is unknown color: approx Sulu. HEX triplet: C0, ED and 76. RGB value is (192,237,118). Sum of RGB (Red+Green+Blue) = 192+237+118=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 118 (46.48% from 255 or 21.57% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #C0ED76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0ED76 is #3F1289. Grayscale: #D2D2D2. Windows color (decimal): -4133514 or 7794112. OLE color: 7794112.

HSL color Cylindrical-coordinate representation of color #C0ED76: hue angle of 82.69º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0ED76 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB192237118-
CMYK0.1900.500.07
HSL82.69º76.77%69.61%-
HSV(B)82.69º50.21%92.94%-
XYZ55.2973.0828.33-
YUV209.9876.09115.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.10%
GREEN value IS 237 (92.97% from 255) = 43.33%
BLUE value IS 118 (46.48% from 255) = 21.57%
R=35.10%
G=43.33%
B=21.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1922371180.1900.500.0782.6976.7769.61
HexC0ED76130327534d46
Octal300355166230627123115106
Binary11000000111011011110110100110110010111101001110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ED76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ED76; }

 p { color: rgb(192,237,118); }

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

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

 a { background-color: rgb(192,237,118); }

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

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

 span { border-color: rgb(192,237,118); }

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