Shades of Sulu #C8FE81
Tints of Sulu #C8FE81
RGB
CMYK
RGB Variations
Color information
#C8FE81 (or 0xC8FE81) is known color: Sulu. HEX triplet: C8, FE and 81. RGB value is (200,254,129). Sum of RGB (Red+Green+Blue) = 200+254+129=583 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.31% from 583); Green value is 254 (99.61% from 255 or 43.57% from 583); Blue value is 129 (50.78% from 255 or 22.13% from 583); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FE81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FE81 is #37017E. Grayscale: #E0E0E0. Windows color (decimal): -3604863 or 8519368. OLE color: 8519368.
HSL color Cylindrical-coordinate representation of color #C8FE81: hue angle of 85.92º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8FE81 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 254 | 129 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.00 |
| HSL | 85.92º | 0.98% | 0.75% | - |
| HSV(B) | 85.92º | 0.49% | 1% | - |
| XYZ | 63.22 | 84.75 | 33.79 | - |
| YUV | 223.6 | 74.61 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 254 | 129 | 0.21 | 0 | 0.49 | 0.00 | 85.92 | 0.98 | 0.75 |
| Hex | C8 | FE | 81 | 15 | 0 | 31 | 0 | 56 | 62 | 4B |
| Octal | 310 | 376 | 201 | 25 | 0 | 61 | 0 | 126 | 142 | 113 |
| Binary | 11001000 | 11111110 | 10000001 | 10101 | 0 | 110001 | 0 | 1010110 | 1100010 | 1001011 |
Color Harmonies of #C8FE81
Complementary color
Monochromatic Colors of #C8FE81
Black with #C8FE81
Text Example
Text Example
White with #C8FE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FE81; }
p { color: rgb(200,254,129); }
H1.HeaderClassName
{
color: #C8FE81;
}
.AnyTagClassName
{
color: #C8FE81;
}
</style>
background-color css
<style>
a { background-color: #C8FE81; }
a { background-color: rgb(200,254,129); }
div.DivClassName
{
background-color: #C8FE81;
}
.BgClassName
{
background-color: #C8FE81;
}
</style>
border-color css
<style>
span { border-color: #C8FE81; }
span { border-color: rgb(200,254,129); }
td.TdClassName
{
border-color: #C8FE81;
}
.TagClassName
{
border-color: #C8FE81;
}
</style>