#C0F376

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

Shades of Sulu #C0F376

Tints of Sulu #C0F376

Color information

#C0F376 (or 0xC0F376) is unknown color: approx Sulu. HEX triplet: C0, F3 and 76. RGB value is (192,243,118). Sum of RGB (Red+Green+Blue) = 192+243+118=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 243 (95.31% from 255 or 43.94% from 553); Blue value is 118 (46.48% from 255 or 21.34% from 553); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F376 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F376 is #3F0C89. Grayscale: #D5D5D5. Windows color (decimal): -4131978 or 7795648. OLE color: 7795648.

HSL color Cylindrical-coordinate representation of color #C0F376: hue angle of 84.48º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0F376 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB192243118-
CMYK0.2100.510.05
HSL84.48º83.89%70.78%-
HSV(B)84.48º51.44%95.29%-
XYZ57.0676.6228.92-
YUV213.574.1112.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.72%
GREEN value IS 243 (95.31% from 255) = 43.94%
BLUE value IS 118 (46.48% from 255) = 21.34%
R=34.72%
G=43.94%
B=21.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922431180.2100.510.0584.4883.8970.78
HexC0F376150335545447
Octal300363166250635124124107
Binary11000000111100111110110101010110011101101010010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F376; }

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

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

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

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

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

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

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

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