Shades of Sulu #C2F88D
Tints of Sulu #C2F88D
RGB
CMYK
RGB Variations
Color information
#C2F88D (or 0xC2F88D) is known color: Sulu. HEX triplet: C2, F8 and 8D. RGB value is (194,248,141). Sum of RGB (Red+Green+Blue) = 194+248+141=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 248 (97.27% from 255 or 42.54% from 583); Blue value is 141 (55.47% from 255 or 24.19% from 583); Max value from RGB is 248 - color contains mainly: green. Hex color #C2F88D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F88D is #3D0772. Grayscale: #DCDCDC. Windows color (decimal): -3999603 or 9304258. OLE color: 9304258.
HSL color Cylindrical-coordinate representation of color #C2F88D: hue angle of 90.28º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2F88D is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 248 | 141 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.03 |
| HSL | 90.28º | 0.88% | 0.76% | - |
| HSV(B) | 90.28º | 0.43% | 0.97% | - |
| XYZ | 60.62 | 80.53 | 37.55 | - |
| YUV | 219.66 | 83.61 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 248 | 141 | 0.22 | 0 | 0.43 | 0.03 | 90.28 | 0.88 | 0.76 |
| Hex | C2 | F8 | 8D | 16 | 0 | 2B | 3 | 5A | 58 | 4C |
| Octal | 302 | 370 | 215 | 26 | 0 | 53 | 3 | 132 | 130 | 114 |
| Binary | 11000010 | 11111000 | 10001101 | 10110 | 0 | 101011 | 11 | 1011010 | 1011000 | 1001100 |
Color Harmonies of #C2F88D
Complementary color
Monochromatic Colors of #C2F88D
Black with #C2F88D
Text Example
Text Example
White with #C2F88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F88D; }
p { color: rgb(194,248,141); }
H1.HeaderClassName
{
color: #C2F88D;
}
.AnyTagClassName
{
color: #C2F88D;
}
</style>
background-color css
<style>
a { background-color: #C2F88D; }
a { background-color: rgb(194,248,141); }
div.DivClassName
{
background-color: #C2F88D;
}
.BgClassName
{
background-color: #C2F88D;
}
</style>
border-color css
<style>
span { border-color: #C2F88D; }
span { border-color: rgb(194,248,141); }
td.TdClassName
{
border-color: #C2F88D;
}
.TagClassName
{
border-color: #C2F88D;
}
</style>