#C0F486

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

Shades of Sulu #C0F486

Tints of Sulu #C0F486

Color information

#C0F486 (or 0xC0F486) is unknown color: approx Sulu. HEX triplet: C0, F4 and 86. RGB value is (192,244,134). Sum of RGB (Red+Green+Blue) = 192+244+134=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 244 (95.70% from 255 or 42.81% from 570); Blue value is 134 (52.73% from 255 or 23.51% from 570); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F486 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F486 is #3F0B79. Grayscale: #D8D8D8. Windows color (decimal): -4131706 or 8844480. OLE color: 8844480.

HSL color Cylindrical-coordinate representation of color #C0F486: hue angle of 88.36º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0F486 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB192244134-
CMYK0.2100.450.04
HSL88.36º83.33%74.12%-
HSV(B)88.36º45.08%95.69%-
XYZ58.3977.6334.46-
YUV215.9181.77110.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.68%
GREEN value IS 244 (95.70% from 255) = 42.81%
BLUE value IS 134 (52.73% from 255) = 23.51%
R=33.68%
G=42.81%
B=23.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1922441340.2100.450.0488.3683.3374.12
HexC0F4861502D458534a
Octal300364206250554130123112
Binary110000001111010010000110101010101101100101100010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F486; }

 p { color: rgb(192,244,134); }

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

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

 a { background-color: rgb(192,244,134); }

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

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

 span { border-color: rgb(192,244,134); }

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