Shades of Sulu #C8F088
Tints of Sulu #C8F088
RGB
CMYK
RGB Variations
Color information
#C8F088 (or 0xC8F088) is known color: Sulu. HEX triplet: C8, F0 and 88. RGB value is (200,240,136). Sum of RGB (Red+Green+Blue) = 200+240+136=576 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.72% from 576); Green value is 240 (94.14% from 255 or 41.67% from 576); Blue value is 136 (53.52% from 255 or 23.61% from 576); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F088 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F088 is #370F77. Grayscale: #D8D8D8. Windows color (decimal): -3608440 or 8974536. OLE color: 8974536.
HSL color Cylindrical-coordinate representation of color #C8F088: hue angle of 83.08º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8F088 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 240 | 136 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.06 |
| HSL | 83.08º | 0.78% | 0.74% | - |
| HSV(B) | 83.08º | 0.43% | 0.94% | - |
| XYZ | 59.42 | 76.38 | 34.9 | - |
| YUV | 216.18 | 82.75 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 240 | 136 | 0.17 | 0 | 0.43 | 0.06 | 83.08 | 0.78 | 0.74 |
| Hex | C8 | F0 | 88 | 11 | 0 | 2B | 6 | 53 | 4E | 4A |
| Octal | 310 | 360 | 210 | 21 | 0 | 53 | 6 | 123 | 116 | 112 |
| Binary | 11001000 | 11110000 | 10001000 | 10001 | 0 | 101011 | 110 | 1010011 | 1001110 | 1001010 |
Color Harmonies of #C8F088
Complementary color
Monochromatic Colors of #C8F088
Black with #C8F088
Text Example
Text Example
White with #C8F088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F088; }
p { color: rgb(200,240,136); }
H1.HeaderClassName
{
color: #C8F088;
}
.AnyTagClassName
{
color: #C8F088;
}
</style>
background-color css
<style>
a { background-color: #C8F088; }
a { background-color: rgb(200,240,136); }
div.DivClassName
{
background-color: #C8F088;
}
.BgClassName
{
background-color: #C8F088;
}
</style>
border-color css
<style>
span { border-color: #C8F088; }
span { border-color: rgb(200,240,136); }
td.TdClassName
{
border-color: #C8F088;
}
.TagClassName
{
border-color: #C8F088;
}
</style>