Shades of Sulu #C2FF88
Tints of Sulu #C2FF88
RGB
CMYK
RGB Variations
Color information
#C2FF88 (or 0xC2FF88) is known color: Sulu. HEX triplet: C2, FF and 88. RGB value is (194,255,136). Sum of RGB (Red+Green+Blue) = 194+255+136=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 136 (53.52% from 255 or 23.25% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FF88 is #3D0077. Grayscale: #DFDFDF. Windows color (decimal): -3997816 or 8978370. OLE color: 8978370.
HSL color Cylindrical-coordinate representation of color #C2FF88: hue angle of 90.76º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C2FF88 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 136 | - |
| CMYK | 0.24 | 0 | 0.47 | 0 |
| HSL | 90.76º | 1% | 0.77% | - |
| HSV(B) | 90.76º | 0.47% | 1% | - |
| XYZ | 62.45 | 84.77 | 36.36 | - |
| YUV | 223.2 | 78.79 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 136 | 0.24 | 0 | 0.47 | 0 | 90.76 | 1 | 0.77 |
| Hex | C2 | FF | 88 | 18 | 0 | 2F | 0 | 5B | 64 | 4D |
| Octal | 302 | 377 | 210 | 30 | 0 | 57 | 0 | 133 | 144 | 115 |
| Binary | 11000010 | 11111111 | 10001000 | 11000 | 0 | 101111 | 0 | 1011011 | 1100100 | 1001101 |
Color Harmonies of #C2FF88
Complementary color
Monochromatic Colors of #C2FF88
Black with #C2FF88
Text Example
Text Example
White with #C2FF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FF88; }
p { color: rgb(194,255,136); }
H1.HeaderClassName
{
color: #C2FF88;
}
.AnyTagClassName
{
color: #C2FF88;
}
</style>
background-color css
<style>
a { background-color: #C2FF88; }
a { background-color: rgb(194,255,136); }
div.DivClassName
{
background-color: #C2FF88;
}
.BgClassName
{
background-color: #C2FF88;
}
</style>
border-color css
<style>
span { border-color: #C2FF88; }
span { border-color: rgb(194,255,136); }
td.TdClassName
{
border-color: #C2FF88;
}
.TagClassName
{
border-color: #C2FF88;
}
</style>