Shades of Sulu #C5EF73
Tints of Sulu #C5EF73
RGB
CMYK
RGB Variations
Color information
#C5EF73 (or 0xC5EF73) is known color: Sulu. HEX triplet: C5, EF and 73. RGB value is (197,239,115). Sum of RGB (Red+Green+Blue) = 197+239+115=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 115 (45.31% from 255 or 20.87% from 551); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EF73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5EF73 is #3A108C. Grayscale: #D4D4D4. Windows color (decimal): -3805325 or 7598021. OLE color: 7598021.
HSL color Cylindrical-coordinate representation of color #C5EF73: hue angle of 80.32º 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 #C5EF73 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 239 | 115 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.06 |
| HSL | 80.32º | 0.79% | 0.69% | - |
| HSV(B) | 80.32º | 0.52% | 0.94% | - |
| XYZ | 56.99 | 74.84 | 27.66 | - |
| YUV | 212.31 | 73.09 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 239 | 115 | 0.18 | 0 | 0.52 | 0.06 | 80.32 | 0.79 | 0.69 |
| Hex | C5 | EF | 73 | 12 | 0 | 34 | 6 | 50 | 4F | 45 |
| Octal | 305 | 357 | 163 | 22 | 0 | 64 | 6 | 120 | 117 | 105 |
| Binary | 11000101 | 11101111 | 1110011 | 10010 | 0 | 110100 | 110 | 1010000 | 1001111 | 1000101 |
Color Harmonies of #C5EF73
Complementary color
Monochromatic Colors of #C5EF73
Black with #C5EF73
Text Example
Text Example
White with #C5EF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EF73; }
p { color: rgb(197,239,115); }
H1.HeaderClassName
{
color: #C5EF73;
}
.AnyTagClassName
{
color: #C5EF73;
}
</style>
background-color css
<style>
a { background-color: #C5EF73; }
a { background-color: rgb(197,239,115); }
div.DivClassName
{
background-color: #C5EF73;
}
.BgClassName
{
background-color: #C5EF73;
}
</style>
border-color css
<style>
span { border-color: #C5EF73; }
span { border-color: rgb(197,239,115); }
td.TdClassName
{
border-color: #C5EF73;
}
.TagClassName
{
border-color: #C5EF73;
}
</style>