Shades of Sulu #C5EF85
Tints of Sulu #C5EF85
RGB
CMYK
RGB Variations
Color information
#C5EF85 (or 0xC5EF85) is known color: Sulu. HEX triplet: C5, EF and 85. RGB value is (197,239,133). Sum of RGB (Red+Green+Blue) = 197+239+133=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 133 (52.34% from 255 or 23.37% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5EF85 is #3A107A. Grayscale: #D6D6D6. Windows color (decimal): -3805307 or 8777669. OLE color: 8777669.
HSL color Cylindrical-coordinate representation of color #C5EF85: hue angle of 83.77º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C5EF85 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 239 | 133 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.06 |
| HSL | 83.77º | 0.77% | 0.73% | - |
| HSV(B) | 83.77º | 0.44% | 0.94% | - |
| XYZ | 58.13 | 75.3 | 33.66 | - |
| YUV | 214.36 | 82.09 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 239 | 133 | 0.18 | 0 | 0.44 | 0.06 | 83.77 | 0.77 | 0.73 |
| Hex | C5 | EF | 85 | 12 | 0 | 2C | 6 | 54 | 4D | 49 |
| Octal | 305 | 357 | 205 | 22 | 0 | 54 | 6 | 124 | 115 | 111 |
| Binary | 11000101 | 11101111 | 10000101 | 10010 | 0 | 101100 | 110 | 1010100 | 1001101 | 1001001 |
Color Harmonies of #C5EF85
Complementary color
Monochromatic Colors of #C5EF85
Black with #C5EF85
Text Example
Text Example
White with #C5EF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EF85; }
p { color: rgb(197,239,133); }
H1.HeaderClassName
{
color: #C5EF85;
}
.AnyTagClassName
{
color: #C5EF85;
}
</style>
background-color css
<style>
a { background-color: #C5EF85; }
a { background-color: rgb(197,239,133); }
div.DivClassName
{
background-color: #C5EF85;
}
.BgClassName
{
background-color: #C5EF85;
}
</style>
border-color css
<style>
span { border-color: #C5EF85; }
span { border-color: rgb(197,239,133); }
td.TdClassName
{
border-color: #C5EF85;
}
.TagClassName
{
border-color: #C5EF85;
}
</style>