Shades of Sulu #C8F487
Tints of Sulu #C8F487
RGB
CMYK
RGB Variations
Color information
#C8F487 (or 0xC8F487) is known color: Sulu. HEX triplet: C8, F4 and 87. RGB value is (200,244,135). Sum of RGB (Red+Green+Blue) = 200+244+135=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 244 (95.70% from 255 or 42.14% from 579); Blue value is 135 (53.12% from 255 or 23.32% from 579); Max value from RGB is 244 - color contains mainly: green. Hex color #C8F487 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F487 is #370B78. Grayscale: #DADADA. Windows color (decimal): -3607417 or 8910024. OLE color: 8910024.
HSL color Cylindrical-coordinate representation of color #C8F487: hue angle of 84.22º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8F487 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 244 | 135 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.04 |
| HSL | 84.22º | 0.83% | 0.74% | - |
| HSV(B) | 84.22º | 0.45% | 0.96% | - |
| XYZ | 60.54 | 78.73 | 34.93 | - |
| YUV | 218.42 | 80.92 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 244 | 135 | 0.18 | 0 | 0.45 | 0.04 | 84.22 | 0.83 | 0.74 |
| Hex | C8 | F4 | 87 | 12 | 0 | 2D | 4 | 54 | 53 | 4A |
| Octal | 310 | 364 | 207 | 22 | 0 | 55 | 4 | 124 | 123 | 112 |
| Binary | 11001000 | 11110100 | 10000111 | 10010 | 0 | 101101 | 100 | 1010100 | 1010011 | 1001010 |
Color Harmonies of #C8F487
Complementary color
Monochromatic Colors of #C8F487
Black with #C8F487
Text Example
Text Example
White with #C8F487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F487; }
p { color: rgb(200,244,135); }
H1.HeaderClassName
{
color: #C8F487;
}
.AnyTagClassName
{
color: #C8F487;
}
</style>
background-color css
<style>
a { background-color: #C8F487; }
a { background-color: rgb(200,244,135); }
div.DivClassName
{
background-color: #C8F487;
}
.BgClassName
{
background-color: #C8F487;
}
</style>
border-color css
<style>
span { border-color: #C8F487; }
span { border-color: rgb(200,244,135); }
td.TdClassName
{
border-color: #C8F487;
}
.TagClassName
{
border-color: #C8F487;
}
</style>