Shades of Sulu #C5F184
Tints of Sulu #C5F184
RGB
CMYK
RGB Variations
Color information
#C5F184 (or 0xC5F184) is known color: Sulu. HEX triplet: C5, F1 and 84. RGB value is (197,241,132). Sum of RGB (Red+Green+Blue) = 197+241+132=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 132 (51.95% from 255 or 23.16% from 570); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F184 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F184 is #3A0E7B. Grayscale: #D7D7D7. Windows color (decimal): -3804796 or 8712645. OLE color: 8712645.
HSL color Cylindrical-coordinate representation of color #C5F184: hue angle of 84.22º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C5F184 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 241 | 132 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.05 |
| HSL | 84.22º | 0.8% | 0.73% | - |
| HSV(B) | 84.22º | 0.45% | 0.95% | - |
| XYZ | 58.65 | 76.45 | 33.49 | - |
| YUV | 215.42 | 80.92 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 241 | 132 | 0.18 | 0 | 0.45 | 0.05 | 84.22 | 0.8 | 0.73 |
| Hex | C5 | F1 | 84 | 12 | 0 | 2D | 5 | 54 | 50 | 49 |
| Octal | 305 | 361 | 204 | 22 | 0 | 55 | 5 | 124 | 120 | 111 |
| Binary | 11000101 | 11110001 | 10000100 | 10010 | 0 | 101101 | 101 | 1010100 | 1010000 | 1001001 |
Color Harmonies of #C5F184
Complementary color
Monochromatic Colors of #C5F184
Black with #C5F184
Text Example
Text Example
White with #C5F184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F184; }
p { color: rgb(197,241,132); }
H1.HeaderClassName
{
color: #C5F184;
}
.AnyTagClassName
{
color: #C5F184;
}
</style>
background-color css
<style>
a { background-color: #C5F184; }
a { background-color: rgb(197,241,132); }
div.DivClassName
{
background-color: #C5F184;
}
.BgClassName
{
background-color: #C5F184;
}
</style>
border-color css
<style>
span { border-color: #C5F184; }
span { border-color: rgb(197,241,132); }
td.TdClassName
{
border-color: #C5F184;
}
.TagClassName
{
border-color: #C5F184;
}
</style>