Shades of Sulu #C8F98C
Tints of Sulu #C8F98C
RGB
CMYK
RGB Variations
Color information
#C8F98C (or 0xC8F98C) is known color: Sulu. HEX triplet: C8, F9 and 8C. RGB value is (200,249,140). Sum of RGB (Red+Green+Blue) = 200+249+140=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 140 (55.08% from 255 or 23.77% from 589); Max value from RGB is 249 - color contains mainly: green. Hex color #C8F98C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F98C is #370673. Grayscale: #DEDEDE. Windows color (decimal): -3606132 or 9238984. OLE color: 9238984.
HSL color Cylindrical-coordinate representation of color #C8F98C: hue angle of 86.97º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8F98C is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 249 | 140 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.02 |
| HSL | 86.97º | 0.9% | 0.76% | - |
| HSV(B) | 86.97º | 0.44% | 0.98% | - |
| XYZ | 62.43 | 81.92 | 37.33 | - |
| YUV | 221.92 | 81.77 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 249 | 140 | 0.20 | 0 | 0.44 | 0.02 | 86.97 | 0.9 | 0.76 |
| Hex | C8 | F9 | 8C | 14 | 0 | 2C | 2 | 57 | 5A | 4C |
| Octal | 310 | 371 | 214 | 24 | 0 | 54 | 2 | 127 | 132 | 114 |
| Binary | 11001000 | 11111001 | 10001100 | 10100 | 0 | 101100 | 10 | 1010111 | 1011010 | 1001100 |
Color Harmonies of #C8F98C
Complementary color
Monochromatic Colors of #C8F98C
Black with #C8F98C
Text Example
Text Example
White with #C8F98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F98C; }
p { color: rgb(200,249,140); }
H1.HeaderClassName
{
color: #C8F98C;
}
.AnyTagClassName
{
color: #C8F98C;
}
</style>
background-color css
<style>
a { background-color: #C8F98C; }
a { background-color: rgb(200,249,140); }
div.DivClassName
{
background-color: #C8F98C;
}
.BgClassName
{
background-color: #C8F98C;
}
</style>
border-color css
<style>
span { border-color: #C8F98C; }
span { border-color: rgb(200,249,140); }
td.TdClassName
{
border-color: #C8F98C;
}
.TagClassName
{
border-color: #C8F98C;
}
</style>