Shades of Sulu #C8FB7F
Tints of Sulu #C8FB7F
RGB
CMYK
RGB Variations
Color information
#C8FB7F (or 0xC8FB7F) is known color: Sulu. HEX triplet: C8, FB and 7F. RGB value is (200,251,127). Sum of RGB (Red+Green+Blue) = 200+251+127=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 251 (98.44% from 255 or 43.43% from 578); Blue value is 127 (50% from 255 or 21.97% from 578); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FB7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FB7F is #370480. Grayscale: #DEDEDE. Windows color (decimal): -3605633 or 8387528. OLE color: 8387528.
HSL color Cylindrical-coordinate representation of color #C8FB7F: hue angle of 84.68º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8FB7F is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 251 | 127 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.02 |
| HSL | 84.68º | 0.94% | 0.74% | - |
| HSV(B) | 84.68º | 0.49% | 0.98% | - |
| XYZ | 62.15 | 82.81 | 32.79 | - |
| YUV | 221.62 | 74.6 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 251 | 127 | 0.20 | 0 | 0.49 | 0.02 | 84.68 | 0.94 | 0.74 |
| Hex | C8 | FB | 7F | 14 | 0 | 31 | 2 | 55 | 5E | 4A |
| Octal | 310 | 373 | 177 | 24 | 0 | 61 | 2 | 125 | 136 | 112 |
| Binary | 11001000 | 11111011 | 1111111 | 10100 | 0 | 110001 | 10 | 1010101 | 1011110 | 1001010 |
Color Harmonies of #C8FB7F
Complementary color
Monochromatic Colors of #C8FB7F
Black with #C8FB7F
Text Example
Text Example
White with #C8FB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FB7F; }
p { color: rgb(200,251,127); }
H1.HeaderClassName
{
color: #C8FB7F;
}
.AnyTagClassName
{
color: #C8FB7F;
}
</style>
background-color css
<style>
a { background-color: #C8FB7F; }
a { background-color: rgb(200,251,127); }
div.DivClassName
{
background-color: #C8FB7F;
}
.BgClassName
{
background-color: #C8FB7F;
}
</style>
border-color css
<style>
span { border-color: #C8FB7F; }
span { border-color: rgb(200,251,127); }
td.TdClassName
{
border-color: #C8FB7F;
}
.TagClassName
{
border-color: #C8FB7F;
}
</style>