Shades of Sulu #C8FB7E
Tints of Sulu #C8FB7E
RGB
CMYK
RGB Variations
Color information
#C8FB7E (or 0xC8FB7E) is known color: Sulu. HEX triplet: C8, FB and 7E. RGB value is (200,251,126). Sum of RGB (Red+Green+Blue) = 200+251+126=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 251 (98.44% from 255 or 43.50% from 577); Blue value is 126 (49.61% from 255 or 21.84% from 577); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FB7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FB7E is #370481. Grayscale: #DDDDDD. Windows color (decimal): -3605634 or 8321992. OLE color: 8321992.
HSL color Cylindrical-coordinate representation of color #C8FB7E: hue angle of 84.48º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8FB7E is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 251 | 126 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.02 |
| HSL | 84.48º | 0.94% | 0.74% | - |
| HSV(B) | 84.48º | 0.5% | 0.98% | - |
| XYZ | 62.08 | 82.78 | 32.44 | - |
| YUV | 221.5 | 74.1 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 251 | 126 | 0.20 | 0 | 0.50 | 0.02 | 84.48 | 0.94 | 0.74 |
| Hex | C8 | FB | 7E | 14 | 0 | 32 | 2 | 54 | 5E | 4A |
| Octal | 310 | 373 | 176 | 24 | 0 | 62 | 2 | 124 | 136 | 112 |
| Binary | 11001000 | 11111011 | 1111110 | 10100 | 0 | 110010 | 10 | 1010100 | 1011110 | 1001010 |
Color Harmonies of #C8FB7E
Complementary color
Monochromatic Colors of #C8FB7E
Black with #C8FB7E
Text Example
Text Example
White with #C8FB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FB7E; }
p { color: rgb(200,251,126); }
H1.HeaderClassName
{
color: #C8FB7E;
}
.AnyTagClassName
{
color: #C8FB7E;
}
</style>
background-color css
<style>
a { background-color: #C8FB7E; }
a { background-color: rgb(200,251,126); }
div.DivClassName
{
background-color: #C8FB7E;
}
.BgClassName
{
background-color: #C8FB7E;
}
</style>
border-color css
<style>
span { border-color: #C8FB7E; }
span { border-color: rgb(200,251,126); }
td.TdClassName
{
border-color: #C8FB7E;
}
.TagClassName
{
border-color: #C8FB7E;
}
</style>