Shades of Sulu #C2F088
Tints of Sulu #C2F088
RGB
CMYK
RGB Variations
Color information
#C2F088 (or 0xC2F088) is known color: Sulu. HEX triplet: C2, F0 and 88. RGB value is (194,240,136). Sum of RGB (Red+Green+Blue) = 194+240+136=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 136 (53.52% from 255 or 23.86% from 570); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F088 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F088 is #3D0F77. Grayscale: #D6D6D6. Windows color (decimal): -4001656 or 8974530. OLE color: 8974530.
HSL color Cylindrical-coordinate representation of color #C2F088: hue angle of 86.54º 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 #C2F088 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 240 | 136 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.06 |
| HSL | 86.54º | 0.78% | 0.74% | - |
| HSV(B) | 86.54º | 0.43% | 0.94% | - |
| XYZ | 57.85 | 75.57 | 34.83 | - |
| YUV | 214.39 | 83.76 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 240 | 136 | 0.19 | 0 | 0.43 | 0.06 | 86.54 | 0.78 | 0.74 |
| Hex | C2 | F0 | 88 | 13 | 0 | 2B | 6 | 57 | 4E | 4A |
| Octal | 302 | 360 | 210 | 23 | 0 | 53 | 6 | 127 | 116 | 112 |
| Binary | 11000010 | 11110000 | 10001000 | 10011 | 0 | 101011 | 110 | 1010111 | 1001110 | 1001010 |
Color Harmonies of #C2F088
Complementary color
Monochromatic Colors of #C2F088
Black with #C2F088
Text Example
Text Example
White with #C2F088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F088; }
p { color: rgb(194,240,136); }
H1.HeaderClassName
{
color: #C2F088;
}
.AnyTagClassName
{
color: #C2F088;
}
</style>
background-color css
<style>
a { background-color: #C2F088; }
a { background-color: rgb(194,240,136); }
div.DivClassName
{
background-color: #C2F088;
}
.BgClassName
{
background-color: #C2F088;
}
</style>
border-color css
<style>
span { border-color: #C2F088; }
span { border-color: rgb(194,240,136); }
td.TdClassName
{
border-color: #C2F088;
}
.TagClassName
{
border-color: #C2F088;
}
</style>