Shades of Sulu #C8EF73
Tints of Sulu #C8EF73
RGB
CMYK
RGB Variations
Color information
#C8EF73 (or 0xC8EF73) is known color: Sulu. HEX triplet: C8, EF and 73. RGB value is (200,239,115). Sum of RGB (Red+Green+Blue) = 200+239+115=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 115 (45.31% from 255 or 20.76% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EF73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8EF73 is #37108C. Grayscale: #D5D5D5. Windows color (decimal): -3608717 or 7598024. OLE color: 7598024.
HSL color Cylindrical-coordinate representation of color #C8EF73: hue angle of 78.87º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8EF73 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 115 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.06 |
| HSL | 78.87º | 0.79% | 0.69% | - |
| HSV(B) | 78.87º | 0.52% | 0.94% | - |
| XYZ | 57.78 | 75.25 | 27.7 | - |
| YUV | 213.2 | 72.58 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 115 | 0.16 | 0 | 0.52 | 0.06 | 78.87 | 0.79 | 0.69 |
| Hex | C8 | EF | 73 | 10 | 0 | 34 | 6 | 4F | 4F | 45 |
| Octal | 310 | 357 | 163 | 20 | 0 | 64 | 6 | 117 | 117 | 105 |
| Binary | 11001000 | 11101111 | 1110011 | 10000 | 0 | 110100 | 110 | 1001111 | 1001111 | 1000101 |
Color Harmonies of #C8EF73
Complementary color
Monochromatic Colors of #C8EF73
Black with #C8EF73
Text Example
Text Example
White with #C8EF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EF73; }
p { color: rgb(200,239,115); }
H1.HeaderClassName
{
color: #C8EF73;
}
.AnyTagClassName
{
color: #C8EF73;
}
</style>
background-color css
<style>
a { background-color: #C8EF73; }
a { background-color: rgb(200,239,115); }
div.DivClassName
{
background-color: #C8EF73;
}
.BgClassName
{
background-color: #C8EF73;
}
</style>
border-color css
<style>
span { border-color: #C8EF73; }
span { border-color: rgb(200,239,115); }
td.TdClassName
{
border-color: #C8EF73;
}
.TagClassName
{
border-color: #C8EF73;
}
</style>