#C0FA8F

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

Shades of Sulu #C0FA8F

Tints of Sulu #C0FA8F

Color information

#C0FA8F (or 0xC0FA8F) is unknown color: approx Sulu. HEX triplet: C0, FA and 8F. RGB value is (192,250,143). Sum of RGB (Red+Green+Blue) = 192+250+143=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 143 (56.25% from 255 or 24.44% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FA8F is #3F0570. Grayscale: #DCDCDC. Windows color (decimal): -4130161 or 9435840. OLE color: 9435840.

HSL color Cylindrical-coordinate representation of color #C0FA8F: hue angle of 92.52º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0FA8F is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB192250143-
CMYK0.2300.430.02
HSL92.52º91.45%77.06%-
HSV(B)92.52º42.8%98.04%-
XYZ60.8881.5638.52-
YUV220.4684.28107.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.82%
GREEN value IS 250 (98.05% from 255) = 42.74%
BLUE value IS 143 (56.25% from 255) = 24.44%
R=32.82%
G=42.74%
B=24.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922501430.2300.430.0292.5291.4577.06
HexC0FA8F1702B25d5b4d
Octal300372217270532135133115
Binary11000000111110101000111110111010101110101110110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FA8F; }

 p { color: rgb(192,250,143); }

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

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

 a { background-color: rgb(192,250,143); }

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

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

 span { border-color: rgb(192,250,143); }

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