Shades of Sulu #C8F58D
Tints of Sulu #C8F58D
RGB
CMYK
RGB Variations
Color information
#C8F58D (or 0xC8F58D) is known color: Sulu. HEX triplet: C8, F5 and 8D. RGB value is (200,245,141). Sum of RGB (Red+Green+Blue) = 200+245+141=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 245 (96.09% from 255 or 41.81% from 586); Blue value is 141 (55.47% from 255 or 24.06% from 586); Max value from RGB is 245 - color contains mainly: green. Hex color #C8F58D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F58D is #370A72. Grayscale: #DCDCDC. Windows color (decimal): -3607155 or 9303496. OLE color: 9303496.
HSL color Cylindrical-coordinate representation of color #C8F58D: hue angle of 85.96º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C8F58D is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 245 | 141 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.04 |
| HSL | 85.96º | 0.84% | 0.76% | - |
| HSV(B) | 85.96º | 0.42% | 0.96% | - |
| XYZ | 61.28 | 79.51 | 37.32 | - |
| YUV | 219.69 | 83.59 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 245 | 141 | 0.18 | 0 | 0.42 | 0.04 | 85.96 | 0.84 | 0.76 |
| Hex | C8 | F5 | 8D | 12 | 0 | 2A | 4 | 56 | 54 | 4C |
| Octal | 310 | 365 | 215 | 22 | 0 | 52 | 4 | 126 | 124 | 114 |
| Binary | 11001000 | 11110101 | 10001101 | 10010 | 0 | 101010 | 100 | 1010110 | 1010100 | 1001100 |
Color Harmonies of #C8F58D
Complementary color
Monochromatic Colors of #C8F58D
Black with #C8F58D
Text Example
Text Example
White with #C8F58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F58D; }
p { color: rgb(200,245,141); }
H1.HeaderClassName
{
color: #C8F58D;
}
.AnyTagClassName
{
color: #C8F58D;
}
</style>
background-color css
<style>
a { background-color: #C8F58D; }
a { background-color: rgb(200,245,141); }
div.DivClassName
{
background-color: #C8F58D;
}
.BgClassName
{
background-color: #C8F58D;
}
</style>
border-color css
<style>
span { border-color: #C8F58D; }
span { border-color: rgb(200,245,141); }
td.TdClassName
{
border-color: #C8F58D;
}
.TagClassName
{
border-color: #C8F58D;
}
</style>