Shades of Sulu #C8EB7C
Tints of Sulu #C8EB7C
RGB
CMYK
RGB Variations
Color information
#C8EB7C (or 0xC8EB7C) is known color: Sulu. HEX triplet: C8, EB and 7C. RGB value is (200,235,124). Sum of RGB (Red+Green+Blue) = 200+235+124=559 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.78% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 124 (48.83% from 255 or 22.18% from 559); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EB7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8EB7C is #371483. Grayscale: #D4D4D4. Windows color (decimal): -3609732 or 8186824. OLE color: 8186824.
HSL color Cylindrical-coordinate representation of color #C8EB7C: hue angle of 78.92º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8EB7C is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 235 | 124 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.08 |
| HSL | 78.92º | 0.74% | 0.7% | - |
| HSV(B) | 78.92º | 0.47% | 0.92% | - |
| XYZ | 57.17 | 73.15 | 30.18 | - |
| YUV | 211.88 | 78.4 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 235 | 124 | 0.15 | 0 | 0.47 | 0.08 | 78.92 | 0.74 | 0.7 |
| Hex | C8 | EB | 7C | F | 0 | 2F | 8 | 4F | 4A | 46 |
| Octal | 310 | 353 | 174 | 17 | 0 | 57 | 10 | 117 | 112 | 106 |
| Binary | 11001000 | 11101011 | 1111100 | 1111 | 0 | 101111 | 1000 | 1001111 | 1001010 | 1000110 |
Color Harmonies of #C8EB7C
Complementary color
Monochromatic Colors of #C8EB7C
Black with #C8EB7C
Text Example
Text Example
White with #C8EB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EB7C; }
p { color: rgb(200,235,124); }
H1.HeaderClassName
{
color: #C8EB7C;
}
.AnyTagClassName
{
color: #C8EB7C;
}
</style>
background-color css
<style>
a { background-color: #C8EB7C; }
a { background-color: rgb(200,235,124); }
div.DivClassName
{
background-color: #C8EB7C;
}
.BgClassName
{
background-color: #C8EB7C;
}
</style>
border-color css
<style>
span { border-color: #C8EB7C; }
span { border-color: rgb(200,235,124); }
td.TdClassName
{
border-color: #C8EB7C;
}
.TagClassName
{
border-color: #C8EB7C;
}
</style>