Shades of Sulu #C0F48D
Tints of Sulu #C0F48D
RGB
CMYK
RGB Variations
Color information
#C0F48D (or 0xC0F48D) is known color: Sulu. HEX triplet: C0, F4 and 8D. RGB value is (192,244,141). Sum of RGB (Red+Green+Blue) = 192+244+141=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 244 (95.70% from 255 or 42.29% from 577); Blue value is 141 (55.47% from 255 or 24.44% from 577); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F48D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F48D is #3F0B72. Grayscale: #D9D9D9. Windows color (decimal): -4131699 or 9303232. OLE color: 9303232.
HSL color Cylindrical-coordinate representation of color #C0F48D: hue angle of 90.29º 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 #C0F48D is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 244 | 141 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.04 |
| HSL | 90.29º | 0.82% | 0.75% | - |
| HSV(B) | 90.29º | 0.42% | 0.96% | - |
| XYZ | 58.9 | 77.83 | 37.12 | - |
| YUV | 216.71 | 85.27 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 244 | 141 | 0.21 | 0 | 0.42 | 0.04 | 90.29 | 0.82 | 0.75 |
| Hex | C0 | F4 | 8D | 15 | 0 | 2A | 4 | 5A | 52 | 4B |
| Octal | 300 | 364 | 215 | 25 | 0 | 52 | 4 | 132 | 122 | 113 |
| Binary | 11000000 | 11110100 | 10001101 | 10101 | 0 | 101010 | 100 | 1011010 | 1010010 | 1001011 |
Color Harmonies of #C0F48D
Complementary color
Monochromatic Colors of #C0F48D
Black with #C0F48D
Text Example
Text Example
White with #C0F48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F48D; }
p { color: rgb(192,244,141); }
H1.HeaderClassName
{
color: #C0F48D;
}
.AnyTagClassName
{
color: #C0F48D;
}
</style>
background-color css
<style>
a { background-color: #C0F48D; }
a { background-color: rgb(192,244,141); }
div.DivClassName
{
background-color: #C0F48D;
}
.BgClassName
{
background-color: #C0F48D;
}
</style>
border-color css
<style>
span { border-color: #C0F48D; }
span { border-color: rgb(192,244,141); }
td.TdClassName
{
border-color: #C0F48D;
}
.TagClassName
{
border-color: #C0F48D;
}
</style>