Shades of Sulu #C5F07F
Tints of Sulu #C5F07F
RGB
CMYK
RGB Variations
Color information
#C5F07F (or 0xC5F07F) is known color: Sulu. HEX triplet: C5, F0 and 7F. RGB value is (197,240,127). Sum of RGB (Red+Green+Blue) = 197+240+127=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 240 (94.14% from 255 or 42.55% from 564); Blue value is 127 (50% from 255 or 22.52% from 564); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F07F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F07F is #3A0F80. Grayscale: #D6D6D6. Windows color (decimal): -3805057 or 8384709. OLE color: 8384709.
HSL color Cylindrical-coordinate representation of color #C5F07F: hue angle of 82.83º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C5F07F is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 240 | 127 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.06 |
| HSL | 82.83º | 0.79% | 0.72% | - |
| HSV(B) | 82.83º | 0.47% | 0.94% | - |
| XYZ | 58.02 | 75.72 | 31.64 | - |
| YUV | 214.26 | 78.75 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 240 | 127 | 0.18 | 0 | 0.47 | 0.06 | 82.83 | 0.79 | 0.72 |
| Hex | C5 | F0 | 7F | 12 | 0 | 2F | 6 | 53 | 4F | 48 |
| Octal | 305 | 360 | 177 | 22 | 0 | 57 | 6 | 123 | 117 | 110 |
| Binary | 11000101 | 11110000 | 1111111 | 10010 | 0 | 101111 | 110 | 1010011 | 1001111 | 1001000 |
Color Harmonies of #C5F07F
Complementary color
Monochromatic Colors of #C5F07F
Black with #C5F07F
Text Example
Text Example
White with #C5F07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F07F; }
p { color: rgb(197,240,127); }
H1.HeaderClassName
{
color: #C5F07F;
}
.AnyTagClassName
{
color: #C5F07F;
}
</style>
background-color css
<style>
a { background-color: #C5F07F; }
a { background-color: rgb(197,240,127); }
div.DivClassName
{
background-color: #C5F07F;
}
.BgClassName
{
background-color: #C5F07F;
}
</style>
border-color css
<style>
span { border-color: #C5F07F; }
span { border-color: rgb(197,240,127); }
td.TdClassName
{
border-color: #C5F07F;
}
.TagClassName
{
border-color: #C5F07F;
}
</style>