#C0F785

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

Shades of Sulu #C0F785

Tints of Sulu #C0F785

Color information

#C0F785 (or 0xC0F785) is unknown color: approx Sulu. HEX triplet: C0, F7 and 85. RGB value is (192,247,133). Sum of RGB (Red+Green+Blue) = 192+247+133=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 247 (96.88% from 255 or 43.18% from 572); Blue value is 133 (52.34% from 255 or 23.25% from 572); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F785 is #3F087A. Grayscale: #D9D9D9. Windows color (decimal): -4130939 or 8779712. OLE color: 8779712.

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

Color convert

RGB192247133-
CMYK0.2200.460.03
HSL88.95º87.69%74.51%-
HSV(B)88.95º46.15%96.86%-
XYZ59.2379.4234.4-
YUV217.5680.28109.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.57%
GREEN value IS 247 (96.88% from 255) = 43.18%
BLUE value IS 133 (52.34% from 255) = 23.25%
R=33.57%
G=43.18%
B=23.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1922471330.2200.460.0388.9587.6974.51
HexC0F7851602E359584b
Octal300367205260563131130113
Binary11000000111101111000010110110010111011101100110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F785; }

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

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

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

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

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

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

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

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