Shades of Sulu #C2F48D
Tints of Sulu #C2F48D
RGB
CMYK
RGB Variations
Color information
#C2F48D (or 0xC2F48D) is known color: Sulu. HEX triplet: C2, F4 and 8D. RGB value is (194,244,141). Sum of RGB (Red+Green+Blue) = 194+244+141=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 244 (95.70% from 255 or 42.14% from 579); Blue value is 141 (55.47% from 255 or 24.35% from 579); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F48D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F48D is #3D0B72. Grayscale: #D9D9D9. Windows color (decimal): -4000627 or 9303234. OLE color: 9303234.
HSL color Cylindrical-coordinate representation of color #C2F48D: hue angle of 89.13º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2F48D is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 244 | 141 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.04 |
| HSL | 89.13º | 0.82% | 0.75% | - |
| HSV(B) | 89.13º | 0.42% | 0.96% | - |
| XYZ | 59.41 | 78.09 | 37.14 | - |
| YUV | 217.31 | 84.94 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 244 | 141 | 0.20 | 0 | 0.42 | 0.04 | 89.13 | 0.82 | 0.75 |
| Hex | C2 | F4 | 8D | 14 | 0 | 2A | 4 | 59 | 52 | 4B |
| Octal | 302 | 364 | 215 | 24 | 0 | 52 | 4 | 131 | 122 | 113 |
| Binary | 11000010 | 11110100 | 10001101 | 10100 | 0 | 101010 | 100 | 1011001 | 1010010 | 1001011 |
Color Harmonies of #C2F48D
Complementary color
Monochromatic Colors of #C2F48D
Black with #C2F48D
Text Example
Text Example
White with #C2F48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F48D; }
p { color: rgb(194,244,141); }
H1.HeaderClassName
{
color: #C2F48D;
}
.AnyTagClassName
{
color: #C2F48D;
}
</style>
background-color css
<style>
a { background-color: #C2F48D; }
a { background-color: rgb(194,244,141); }
div.DivClassName
{
background-color: #C2F48D;
}
.BgClassName
{
background-color: #C2F48D;
}
</style>
border-color css
<style>
span { border-color: #C2F48D; }
span { border-color: rgb(194,244,141); }
td.TdClassName
{
border-color: #C2F48D;
}
.TagClassName
{
border-color: #C2F48D;
}
</style>