Shades of Sulu #C8EE81
Tints of Sulu #C8EE81
RGB
CMYK
RGB Variations
Color information
#C8EE81 (or 0xC8EE81) is known color: Sulu. HEX triplet: C8, EE and 81. RGB value is (200,238,129). Sum of RGB (Red+Green+Blue) = 200+238+129=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 129 (50.78% from 255 or 22.75% from 567); Max value from RGB is 238 - color contains mainly: green. Hex color #C8EE81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EE81 is #37117E. Grayscale: #D6D6D6. Windows color (decimal): -3608959 or 8515272. OLE color: 8515272.
HSL color Cylindrical-coordinate representation of color #C8EE81: hue angle of 80.92º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C8EE81 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 238 | 129 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.07 |
| HSL | 80.92º | 0.76% | 0.72% | - |
| HSV(B) | 80.92º | 0.46% | 0.93% | - |
| XYZ | 58.36 | 75.01 | 32.17 | - |
| YUV | 214.21 | 79.91 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 238 | 129 | 0.16 | 0 | 0.46 | 0.07 | 80.92 | 0.76 | 0.72 |
| Hex | C8 | EE | 81 | 10 | 0 | 2E | 7 | 51 | 4C | 48 |
| Octal | 310 | 356 | 201 | 20 | 0 | 56 | 7 | 121 | 114 | 110 |
| Binary | 11001000 | 11101110 | 10000001 | 10000 | 0 | 101110 | 111 | 1010001 | 1001100 | 1001000 |
Color Harmonies of #C8EE81
Complementary color
Monochromatic Colors of #C8EE81
Black with #C8EE81
Text Example
Text Example
White with #C8EE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EE81; }
p { color: rgb(200,238,129); }
H1.HeaderClassName
{
color: #C8EE81;
}
.AnyTagClassName
{
color: #C8EE81;
}
</style>
background-color css
<style>
a { background-color: #C8EE81; }
a { background-color: rgb(200,238,129); }
div.DivClassName
{
background-color: #C8EE81;
}
.BgClassName
{
background-color: #C8EE81;
}
</style>
border-color css
<style>
span { border-color: #C8EE81; }
span { border-color: rgb(200,238,129); }
td.TdClassName
{
border-color: #C8EE81;
}
.TagClassName
{
border-color: #C8EE81;
}
</style>