#C0F762

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

Shades of Sulu #C0F762

Tints of Sulu #C0F762

Color information

#C0F762 (or 0xC0F762) is unknown color: approx Sulu. HEX triplet: C0, F7 and 62. RGB value is (192,247,98). Sum of RGB (Red+Green+Blue) = 192+247+98=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 247 (96.88% from 255 or 46.00% from 537); Blue value is 98 (38.67% from 255 or 18.25% from 537); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F762 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F762 is #3F089D. Grayscale: #D6D6D6. Windows color (decimal): -4130974 or 6485952. OLE color: 6485952.

HSL color Cylindrical-coordinate representation of color #C0F762: hue angle of 82.15º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0F762 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB19224798-
CMYK0.2200.600.03
HSL82.15º90.3%67.65%-
HSV(B)82.15º60.32%96.86%-
XYZ57.278.6123.71-
YUV213.5762.78112.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.75%
GREEN value IS 247 (96.88% from 255) = 46.00%
BLUE value IS 98 (38.67% from 255) = 18.25%
R=35.75%
G=46.00%
B=18.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal192247980.2200.600.0382.1590.367.65
HexC0F7621603C3525a44
Octal300367142260743122132104
Binary1100000011110111110001010110011110011101001010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F762; }

 p { color: rgb(192,247,98); }

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

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

 a { background-color: rgb(192,247,98); }

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

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

 span { border-color: rgb(192,247,98); }

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