Shades of Sulu #C5F071
Tints of Sulu #C5F071
RGB
CMYK
RGB Variations
Color information
#C5F071 (or 0xC5F071) is known color: Sulu. HEX triplet: C5, F0 and 71. RGB value is (197,240,113). Sum of RGB (Red+Green+Blue) = 197+240+113=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 113 (44.53% from 255 or 20.55% from 550); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F071 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F071 is #3A0F8E. Grayscale: #D5D5D5. Windows color (decimal): -3805071 or 7467205. OLE color: 7467205.
HSL color Cylindrical-coordinate representation of color #C5F071: hue angle of 80.31º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5F071 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 240 | 113 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.06 |
| HSL | 80.31º | 0.81% | 0.69% | - |
| HSV(B) | 80.31º | 0.53% | 0.94% | - |
| XYZ | 57.17 | 75.38 | 27.16 | - |
| YUV | 212.67 | 71.75 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 240 | 113 | 0.18 | 0 | 0.53 | 0.06 | 80.31 | 0.81 | 0.69 |
| Hex | C5 | F0 | 71 | 12 | 0 | 35 | 6 | 50 | 51 | 45 |
| Octal | 305 | 360 | 161 | 22 | 0 | 65 | 6 | 120 | 121 | 105 |
| Binary | 11000101 | 11110000 | 1110001 | 10010 | 0 | 110101 | 110 | 1010000 | 1010001 | 1000101 |
Color Harmonies of #C5F071
Complementary color
Monochromatic Colors of #C5F071
Black with #C5F071
Text Example
Text Example
White with #C5F071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F071; }
p { color: rgb(197,240,113); }
H1.HeaderClassName
{
color: #C5F071;
}
.AnyTagClassName
{
color: #C5F071;
}
</style>
background-color css
<style>
a { background-color: #C5F071; }
a { background-color: rgb(197,240,113); }
div.DivClassName
{
background-color: #C5F071;
}
.BgClassName
{
background-color: #C5F071;
}
</style>
border-color css
<style>
span { border-color: #C5F071; }
span { border-color: rgb(197,240,113); }
td.TdClassName
{
border-color: #C5F071;
}
.TagClassName
{
border-color: #C5F071;
}
</style>