Shades of Sulu #C5F87D
Tints of Sulu #C5F87D
RGB
CMYK
RGB Variations
Color information
#C5F87D (or 0xC5F87D) is known color: Sulu. HEX triplet: C5, F8 and 7D. RGB value is (197,248,125). Sum of RGB (Red+Green+Blue) = 197+248+125=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 248 (97.27% from 255 or 43.51% from 570); Blue value is 125 (49.22% from 255 or 21.93% from 570); Max value from RGB is 248 - color contains mainly: green. Hex color #C5F87D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F87D is #3A0782. Grayscale: #DBDBDB. Windows color (decimal): -3803011 or 8255685. OLE color: 8255685.
HSL color Cylindrical-coordinate representation of color #C5F87D: hue angle of 84.88º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5F87D is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 248 | 125 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.03 |
| HSL | 84.88º | 0.9% | 0.73% | - |
| HSV(B) | 84.88º | 0.5% | 0.97% | - |
| XYZ | 60.3 | 80.49 | 31.76 | - |
| YUV | 218.73 | 75.1 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 248 | 125 | 0.21 | 0 | 0.50 | 0.03 | 84.88 | 0.9 | 0.73 |
| Hex | C5 | F8 | 7D | 15 | 0 | 32 | 3 | 55 | 5A | 49 |
| Octal | 305 | 370 | 175 | 25 | 0 | 62 | 3 | 125 | 132 | 111 |
| Binary | 11000101 | 11111000 | 1111101 | 10101 | 0 | 110010 | 11 | 1010101 | 1011010 | 1001001 |
Color Harmonies of #C5F87D
Complementary color
Monochromatic Colors of #C5F87D
Black with #C5F87D
Text Example
Text Example
White with #C5F87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F87D; }
p { color: rgb(197,248,125); }
H1.HeaderClassName
{
color: #C5F87D;
}
.AnyTagClassName
{
color: #C5F87D;
}
</style>
background-color css
<style>
a { background-color: #C5F87D; }
a { background-color: rgb(197,248,125); }
div.DivClassName
{
background-color: #C5F87D;
}
.BgClassName
{
background-color: #C5F87D;
}
</style>
border-color css
<style>
span { border-color: #C5F87D; }
span { border-color: rgb(197,248,125); }
td.TdClassName
{
border-color: #C5F87D;
}
.TagClassName
{
border-color: #C5F87D;
}
</style>