#C0F782

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

Shades of Sulu #C0F782

Tints of Sulu #C0F782

Color information

#C0F782 (or 0xC0F782) is unknown color: approx Sulu. HEX triplet: C0, F7 and 82. RGB value is (192,247,130). Sum of RGB (Red+Green+Blue) = 192+247+130=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 247 (96.88% from 255 or 43.41% from 569); Blue value is 130 (51.17% from 255 or 22.85% from 569); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F782 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F782 is #3F087D. Grayscale: #D9D9D9. Windows color (decimal): -4130942 or 8583104. OLE color: 8583104.

HSL color Cylindrical-coordinate representation of color #C0F782: hue angle of 88.21º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0F782 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB192247130-
CMYK0.2200.470.03
HSL88.21º87.97%73.92%-
HSV(B)88.21º47.37%96.86%-
XYZ59.0379.3433.32-
YUV217.2278.78110.01-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.74%
GREEN value IS 247 (96.88% from 255) = 43.41%
BLUE value IS 130 (51.17% from 255) = 22.85%
R=33.74%
G=43.41%
B=22.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1922471300.2200.470.0388.2187.9773.92
HexC0F7821602F358584a
Octal300367202260573130130112
Binary11000000111101111000001010110010111111101100010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F782; }

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

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

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

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

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

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

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

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