Shades of Sulu #C8FB7C
Tints of Sulu #C8FB7C
RGB
CMYK
RGB Variations
Color information
#C8FB7C (or 0xC8FB7C) is known color: Sulu. HEX triplet: C8, FB and 7C. RGB value is (200,251,124). Sum of RGB (Red+Green+Blue) = 200+251+124=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 251 (98.44% from 255 or 43.65% from 575); Blue value is 124 (48.83% from 255 or 21.57% from 575); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FB7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FB7C is #370483. Grayscale: #DDDDDD. Windows color (decimal): -3605636 or 8190920. OLE color: 8190920.
HSL color Cylindrical-coordinate representation of color #C8FB7C: hue angle of 84.09º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8FB7C is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 251 | 124 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.02 |
| HSL | 84.09º | 0.94% | 0.74% | - |
| HSV(B) | 84.09º | 0.51% | 0.98% | - |
| XYZ | 61.95 | 82.73 | 31.77 | - |
| YUV | 221.27 | 73.1 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 251 | 124 | 0.20 | 0 | 0.51 | 0.02 | 84.09 | 0.94 | 0.74 |
| Hex | C8 | FB | 7C | 14 | 0 | 33 | 2 | 54 | 5E | 4A |
| Octal | 310 | 373 | 174 | 24 | 0 | 63 | 2 | 124 | 136 | 112 |
| Binary | 11001000 | 11111011 | 1111100 | 10100 | 0 | 110011 | 10 | 1010100 | 1011110 | 1001010 |
Color Harmonies of #C8FB7C
Complementary color
Monochromatic Colors of #C8FB7C
Black with #C8FB7C
Text Example
Text Example
White with #C8FB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FB7C; }
p { color: rgb(200,251,124); }
H1.HeaderClassName
{
color: #C8FB7C;
}
.AnyTagClassName
{
color: #C8FB7C;
}
</style>
background-color css
<style>
a { background-color: #C8FB7C; }
a { background-color: rgb(200,251,124); }
div.DivClassName
{
background-color: #C8FB7C;
}
.BgClassName
{
background-color: #C8FB7C;
}
</style>
border-color css
<style>
span { border-color: #C8FB7C; }
span { border-color: rgb(200,251,124); }
td.TdClassName
{
border-color: #C8FB7C;
}
.TagClassName
{
border-color: #C8FB7C;
}
</style>