Shades of Sulu #C2F580
Tints of Sulu #C2F580
RGB
CMYK
RGB Variations
Color information
#C2F580 (or 0xC2F580) is known color: Sulu. HEX triplet: C2, F5 and 80. RGB value is (194,245,128). Sum of RGB (Red+Green+Blue) = 194+245+128=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 245 (96.09% from 255 or 43.21% from 567); Blue value is 128 (50.39% from 255 or 22.57% from 567); Max value from RGB is 245 - color contains mainly: green. Hex color #C2F580 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F580 is #3D0A7F. Grayscale: #D8D8D8. Windows color (decimal): -4000384 or 8451522. OLE color: 8451522.
HSL color Cylindrical-coordinate representation of color #C2F580: hue angle of 86.15º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2F580 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 245 | 128 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.04 |
| HSL | 86.15º | 0.85% | 0.73% | - |
| HSV(B) | 86.15º | 0.48% | 0.96% | - |
| XYZ | 58.8 | 78.33 | 32.44 | - |
| YUV | 216.41 | 78.1 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 245 | 128 | 0.21 | 0 | 0.48 | 0.04 | 86.15 | 0.85 | 0.73 |
| Hex | C2 | F5 | 80 | 15 | 0 | 30 | 4 | 56 | 55 | 49 |
| Octal | 302 | 365 | 200 | 25 | 0 | 60 | 4 | 126 | 125 | 111 |
| Binary | 11000010 | 11110101 | 10000000 | 10101 | 0 | 110000 | 100 | 1010110 | 1010101 | 1001001 |
Color Harmonies of #C2F580
Complementary color
Monochromatic Colors of #C2F580
Black with #C2F580
Text Example
Text Example
White with #C2F580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F580; }
p { color: rgb(194,245,128); }
H1.HeaderClassName
{
color: #C2F580;
}
.AnyTagClassName
{
color: #C2F580;
}
</style>
background-color css
<style>
a { background-color: #C2F580; }
a { background-color: rgb(194,245,128); }
div.DivClassName
{
background-color: #C2F580;
}
.BgClassName
{
background-color: #C2F580;
}
</style>
border-color css
<style>
span { border-color: #C2F580; }
span { border-color: rgb(194,245,128); }
td.TdClassName
{
border-color: #C2F580;
}
.TagClassName
{
border-color: #C2F580;
}
</style>