Shades of Sulu #C5F383
Tints of Sulu #C5F383
RGB
CMYK
RGB Variations
Color information
#C5F383 (or 0xC5F383) is known color: Sulu. HEX triplet: C5, F3 and 83. RGB value is (197,243,131). Sum of RGB (Red+Green+Blue) = 197+243+131=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 243 (95.31% from 255 or 42.56% from 571); Blue value is 131 (51.56% from 255 or 22.94% from 571); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F383 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F383 is #3A0C7C. Grayscale: #D8D8D8. Windows color (decimal): -3804285 or 8647621. OLE color: 8647621.
HSL color Cylindrical-coordinate representation of color #C5F383: hue angle of 84.64º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5F383 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 243 | 131 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.05 |
| HSL | 84.64º | 0.82% | 0.73% | - |
| HSV(B) | 84.64º | 0.46% | 0.95% | - |
| XYZ | 59.17 | 77.61 | 33.33 | - |
| YUV | 216.48 | 79.76 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 243 | 131 | 0.19 | 0 | 0.46 | 0.05 | 84.64 | 0.82 | 0.73 |
| Hex | C5 | F3 | 83 | 13 | 0 | 2E | 5 | 55 | 52 | 49 |
| Octal | 305 | 363 | 203 | 23 | 0 | 56 | 5 | 125 | 122 | 111 |
| Binary | 11000101 | 11110011 | 10000011 | 10011 | 0 | 101110 | 101 | 1010101 | 1010010 | 1001001 |
Color Harmonies of #C5F383
Complementary color
Monochromatic Colors of #C5F383
Black with #C5F383
Text Example
Text Example
White with #C5F383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F383; }
p { color: rgb(197,243,131); }
H1.HeaderClassName
{
color: #C5F383;
}
.AnyTagClassName
{
color: #C5F383;
}
</style>
background-color css
<style>
a { background-color: #C5F383; }
a { background-color: rgb(197,243,131); }
div.DivClassName
{
background-color: #C5F383;
}
.BgClassName
{
background-color: #C5F383;
}
</style>
border-color css
<style>
span { border-color: #C5F383; }
span { border-color: rgb(197,243,131); }
td.TdClassName
{
border-color: #C5F383;
}
.TagClassName
{
border-color: #C5F383;
}
</style>