Shades of Sulu #C8EF7F
Tints of Sulu #C8EF7F
RGB
CMYK
RGB Variations
Color information
#C8EF7F (or 0xC8EF7F) is known color: Sulu. HEX triplet: C8, EF and 7F. RGB value is (200,239,127). Sum of RGB (Red+Green+Blue) = 200+239+127=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 127 (50% from 255 or 22.44% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EF7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8EF7F is #371080. Grayscale: #D6D6D6. Windows color (decimal): -3608705 or 8384456. OLE color: 8384456.
HSL color Cylindrical-coordinate representation of color #C8EF7F: hue angle of 80.89º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8EF7F is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 127 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.06 |
| HSL | 80.89º | 0.78% | 0.72% | - |
| HSV(B) | 80.89º | 0.47% | 0.94% | - |
| XYZ | 58.52 | 75.54 | 31.58 | - |
| YUV | 214.57 | 78.58 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 127 | 0.16 | 0 | 0.47 | 0.06 | 80.89 | 0.78 | 0.72 |
| Hex | C8 | EF | 7F | 10 | 0 | 2F | 6 | 51 | 4E | 48 |
| Octal | 310 | 357 | 177 | 20 | 0 | 57 | 6 | 121 | 116 | 110 |
| Binary | 11001000 | 11101111 | 1111111 | 10000 | 0 | 101111 | 110 | 1010001 | 1001110 | 1001000 |
Color Harmonies of #C8EF7F
Complementary color
Monochromatic Colors of #C8EF7F
Black with #C8EF7F
Text Example
Text Example
White with #C8EF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EF7F; }
p { color: rgb(200,239,127); }
H1.HeaderClassName
{
color: #C8EF7F;
}
.AnyTagClassName
{
color: #C8EF7F;
}
</style>
background-color css
<style>
a { background-color: #C8EF7F; }
a { background-color: rgb(200,239,127); }
div.DivClassName
{
background-color: #C8EF7F;
}
.BgClassName
{
background-color: #C8EF7F;
}
</style>
border-color css
<style>
span { border-color: #C8EF7F; }
span { border-color: rgb(200,239,127); }
td.TdClassName
{
border-color: #C8EF7F;
}
.TagClassName
{
border-color: #C8EF7F;
}
</style>