Shades of Sulu #C5F883
Tints of Sulu #C5F883
RGB
CMYK
RGB Variations
Color information
#C5F883 (or 0xC5F883) is known color: Sulu. HEX triplet: C5, F8 and 83. RGB value is (197,248,131). Sum of RGB (Red+Green+Blue) = 197+248+131=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 248 (97.27% from 255 or 43.06% from 576); Blue value is 131 (51.56% from 255 or 22.74% from 576); Max value from RGB is 248 - color contains mainly: green. Hex color #C5F883 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F883 is #3A077C. Grayscale: #DBDBDB. Windows color (decimal): -3803005 or 8648901. OLE color: 8648901.
HSL color Cylindrical-coordinate representation of color #C5F883: hue angle of 86.15º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C5F883 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 248 | 131 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.03 |
| HSL | 86.15º | 0.89% | 0.74% | - |
| HSV(B) | 86.15º | 0.47% | 0.97% | - |
| XYZ | 60.69 | 80.64 | 33.84 | - |
| YUV | 219.41 | 78.1 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 248 | 131 | 0.21 | 0 | 0.47 | 0.03 | 86.15 | 0.89 | 0.74 |
| Hex | C5 | F8 | 83 | 15 | 0 | 2F | 3 | 56 | 59 | 4A |
| Octal | 305 | 370 | 203 | 25 | 0 | 57 | 3 | 126 | 131 | 112 |
| Binary | 11000101 | 11111000 | 10000011 | 10101 | 0 | 101111 | 11 | 1010110 | 1011001 | 1001010 |
Color Harmonies of #C5F883
Complementary color
Monochromatic Colors of #C5F883
Black with #C5F883
Text Example
Text Example
White with #C5F883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F883; }
p { color: rgb(197,248,131); }
H1.HeaderClassName
{
color: #C5F883;
}
.AnyTagClassName
{
color: #C5F883;
}
</style>
background-color css
<style>
a { background-color: #C5F883; }
a { background-color: rgb(197,248,131); }
div.DivClassName
{
background-color: #C5F883;
}
.BgClassName
{
background-color: #C5F883;
}
</style>
border-color css
<style>
span { border-color: #C5F883; }
span { border-color: rgb(197,248,131); }
td.TdClassName
{
border-color: #C5F883;
}
.TagClassName
{
border-color: #C5F883;
}
</style>