Shades of Sulu #C5F084
Tints of Sulu #C5F084
RGB
CMYK
RGB Variations
Color information
#C5F084 (or 0xC5F084) is known color: Sulu. HEX triplet: C5, F0 and 84. RGB value is (197,240,132). Sum of RGB (Red+Green+Blue) = 197+240+132=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 132 (51.95% from 255 or 23.20% from 569); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F084 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F084 is #3A0F7B. Grayscale: #D7D7D7. Windows color (decimal): -3805052 or 8712389. OLE color: 8712389.
HSL color Cylindrical-coordinate representation of color #C5F084: hue angle of 83.89º degrees, saturation: 0.78, 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 #C5F084 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 240 | 132 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.06 |
| HSL | 83.89º | 0.78% | 0.73% | - |
| HSV(B) | 83.89º | 0.45% | 0.94% | - |
| XYZ | 58.35 | 75.86 | 33.4 | - |
| YUV | 214.83 | 81.25 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 240 | 132 | 0.18 | 0 | 0.45 | 0.06 | 83.89 | 0.78 | 0.73 |
| Hex | C5 | F0 | 84 | 12 | 0 | 2D | 6 | 54 | 4E | 49 |
| Octal | 305 | 360 | 204 | 22 | 0 | 55 | 6 | 124 | 116 | 111 |
| Binary | 11000101 | 11110000 | 10000100 | 10010 | 0 | 101101 | 110 | 1010100 | 1001110 | 1001001 |
Color Harmonies of #C5F084
Complementary color
Monochromatic Colors of #C5F084
Black with #C5F084
Text Example
Text Example
White with #C5F084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F084; }
p { color: rgb(197,240,132); }
H1.HeaderClassName
{
color: #C5F084;
}
.AnyTagClassName
{
color: #C5F084;
}
</style>
background-color css
<style>
a { background-color: #C5F084; }
a { background-color: rgb(197,240,132); }
div.DivClassName
{
background-color: #C5F084;
}
.BgClassName
{
background-color: #C5F084;
}
</style>
border-color css
<style>
span { border-color: #C5F084; }
span { border-color: rgb(197,240,132); }
td.TdClassName
{
border-color: #C5F084;
}
.TagClassName
{
border-color: #C5F084;
}
</style>