Shades of Sulu #C5EF83
Tints of Sulu #C5EF83
RGB
CMYK
RGB Variations
Color information
#C5EF83 (or 0xC5EF83) is known color: Sulu. HEX triplet: C5, EF and 83. RGB value is (197,239,131). Sum of RGB (Red+Green+Blue) = 197+239+131=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 131 (51.56% from 255 or 23.10% from 567); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EF83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5EF83 is #3A107C. Grayscale: #D6D6D6. Windows color (decimal): -3805309 or 8646597. OLE color: 8646597.
HSL color Cylindrical-coordinate representation of color #C5EF83: hue angle of 83.33º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C5EF83 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 239 | 131 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.06 |
| HSL | 83.33º | 0.77% | 0.73% | - |
| HSV(B) | 83.33º | 0.45% | 0.94% | - |
| XYZ | 57.99 | 75.24 | 32.94 | - |
| YUV | 214.13 | 81.09 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 239 | 131 | 0.18 | 0 | 0.45 | 0.06 | 83.33 | 0.77 | 0.73 |
| Hex | C5 | EF | 83 | 12 | 0 | 2D | 6 | 53 | 4D | 49 |
| Octal | 305 | 357 | 203 | 22 | 0 | 55 | 6 | 123 | 115 | 111 |
| Binary | 11000101 | 11101111 | 10000011 | 10010 | 0 | 101101 | 110 | 1010011 | 1001101 | 1001001 |
Color Harmonies of #C5EF83
Complementary color
Monochromatic Colors of #C5EF83
Black with #C5EF83
Text Example
Text Example
White with #C5EF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EF83; }
p { color: rgb(197,239,131); }
H1.HeaderClassName
{
color: #C5EF83;
}
.AnyTagClassName
{
color: #C5EF83;
}
</style>
background-color css
<style>
a { background-color: #C5EF83; }
a { background-color: rgb(197,239,131); }
div.DivClassName
{
background-color: #C5EF83;
}
.BgClassName
{
background-color: #C5EF83;
}
</style>
border-color css
<style>
span { border-color: #C5EF83; }
span { border-color: rgb(197,239,131); }
td.TdClassName
{
border-color: #C5EF83;
}
.TagClassName
{
border-color: #C5EF83;
}
</style>