Shades of Sulu #C3FF88
Tints of Sulu #C3FF88
RGB
CMYK
RGB Variations
Color information
#C3FF88 (or 0xC3FF88) is known color: Sulu. HEX triplet: C3, FF and 88. RGB value is (195,255,136). Sum of RGB (Red+Green+Blue) = 195+255+136=586 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.28% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 136 (53.52% from 255 or 23.21% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FF88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3FF88 is #3C0077. Grayscale: #DFDFDF. Windows color (decimal): -3932280 or 8978371. OLE color: 8978371.
HSL color Cylindrical-coordinate representation of color #C3FF88: hue angle of 90.25º 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 #C3FF88 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 255 | 136 | - |
| CMYK | 0.24 | 0 | 0.47 | 0 |
| HSL | 90.25º | 1% | 0.77% | - |
| HSV(B) | 90.25º | 0.47% | 1% | - |
| XYZ | 62.71 | 84.9 | 36.37 | - |
| YUV | 223.49 | 78.62 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 255 | 136 | 0.24 | 0 | 0.47 | 0 | 90.25 | 1 | 0.77 |
| Hex | C3 | FF | 88 | 18 | 0 | 2F | 0 | 5A | 64 | 4D |
| Octal | 303 | 377 | 210 | 30 | 0 | 57 | 0 | 132 | 144 | 115 |
| Binary | 11000011 | 11111111 | 10001000 | 11000 | 0 | 101111 | 0 | 1011010 | 1100100 | 1001101 |
Color Harmonies of #C3FF88
Complementary color
Monochromatic Colors of #C3FF88
Black with #C3FF88
Text Example
Text Example
White with #C3FF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FF88; }
p { color: rgb(195,255,136); }
H1.HeaderClassName
{
color: #C3FF88;
}
.AnyTagClassName
{
color: #C3FF88;
}
</style>
background-color css
<style>
a { background-color: #C3FF88; }
a { background-color: rgb(195,255,136); }
div.DivClassName
{
background-color: #C3FF88;
}
.BgClassName
{
background-color: #C3FF88;
}
</style>
border-color css
<style>
span { border-color: #C3FF88; }
span { border-color: rgb(195,255,136); }
td.TdClassName
{
border-color: #C3FF88;
}
.TagClassName
{
border-color: #C3FF88;
}
</style>