Shades of Sulu #C8EB83
Tints of Sulu #C8EB83
RGB
CMYK
RGB Variations
Color information
#C8EB83 (or 0xC8EB83) is known color: Sulu. HEX triplet: C8, EB and 83. RGB value is (200,235,131). Sum of RGB (Red+Green+Blue) = 200+235+131=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 131 (51.56% from 255 or 23.14% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EB83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EB83 is #37147C. Grayscale: #D5D5D5. Windows color (decimal): -3609725 or 8645576. OLE color: 8645576.
HSL color Cylindrical-coordinate representation of color #C8EB83: hue angle of 80.19º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8EB83 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 235 | 131 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.08 |
| HSL | 80.19º | 0.72% | 0.72% | - |
| HSV(B) | 80.19º | 0.44% | 0.92% | - |
| XYZ | 57.62 | 73.33 | 32.59 | - |
| YUV | 212.68 | 81.9 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 235 | 131 | 0.15 | 0 | 0.44 | 0.08 | 80.19 | 0.72 | 0.72 |
| Hex | C8 | EB | 83 | F | 0 | 2C | 8 | 50 | 48 | 48 |
| Octal | 310 | 353 | 203 | 17 | 0 | 54 | 10 | 120 | 110 | 110 |
| Binary | 11001000 | 11101011 | 10000011 | 1111 | 0 | 101100 | 1000 | 1010000 | 1001000 | 1001000 |
Color Harmonies of #C8EB83
Complementary color
Monochromatic Colors of #C8EB83
Black with #C8EB83
Text Example
Text Example
White with #C8EB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EB83; }
p { color: rgb(200,235,131); }
H1.HeaderClassName
{
color: #C8EB83;
}
.AnyTagClassName
{
color: #C8EB83;
}
</style>
background-color css
<style>
a { background-color: #C8EB83; }
a { background-color: rgb(200,235,131); }
div.DivClassName
{
background-color: #C8EB83;
}
.BgClassName
{
background-color: #C8EB83;
}
</style>
border-color css
<style>
span { border-color: #C8EB83; }
span { border-color: rgb(200,235,131); }
td.TdClassName
{
border-color: #C8EB83;
}
.TagClassName
{
border-color: #C8EB83;
}
</style>