Shades of Sulu #C5E86F
Tints of Sulu #C5E86F
RGB
CMYK
RGB Variations
Color information
#C5E86F (or 0xC5E86F) is known color: Sulu. HEX triplet: C5, E8 and 6F. RGB value is (197,232,111). Sum of RGB (Red+Green+Blue) = 197+232+111=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 232 (91.02% from 255 or 42.96% from 540); Blue value is 111 (43.75% from 255 or 20.56% from 540); Max value from RGB is 232 - color contains mainly: green. Hex color #C5E86F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5E86F is #3A1790. Grayscale: #D0D0D0. Windows color (decimal): -3807121 or 7334085. OLE color: 7334085.
HSL color Cylindrical-coordinate representation of color #C5E86F: hue angle of 77.36º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5E86F is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 232 | 111 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.09 |
| HSL | 77.36º | 0.72% | 0.67% | - |
| HSV(B) | 77.36º | 0.52% | 0.91% | - |
| XYZ | 54.75 | 70.73 | 25.81 | - |
| YUV | 207.74 | 73.4 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 232 | 111 | 0.15 | 0 | 0.52 | 0.09 | 77.36 | 0.72 | 0.67 |
| Hex | C5 | E8 | 6F | F | 0 | 34 | 9 | 4D | 48 | 43 |
| Octal | 305 | 350 | 157 | 17 | 0 | 64 | 11 | 115 | 110 | 103 |
| Binary | 11000101 | 11101000 | 1101111 | 1111 | 0 | 110100 | 1001 | 1001101 | 1001000 | 1000011 |
Color Harmonies of #C5E86F
Complementary color
Monochromatic Colors of #C5E86F
Black with #C5E86F
Text Example
Text Example
White with #C5E86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E86F; }
p { color: rgb(197,232,111); }
H1.HeaderClassName
{
color: #C5E86F;
}
.AnyTagClassName
{
color: #C5E86F;
}
</style>
background-color css
<style>
a { background-color: #C5E86F; }
a { background-color: rgb(197,232,111); }
div.DivClassName
{
background-color: #C5E86F;
}
.BgClassName
{
background-color: #C5E86F;
}
</style>
border-color css
<style>
span { border-color: #C5E86F; }
span { border-color: rgb(197,232,111); }
td.TdClassName
{
border-color: #C5E86F;
}
.TagClassName
{
border-color: #C5E86F;
}
</style>