Shades of Sulu #C6F572
Tints of Sulu #C6F572
RGB
CMYK
RGB Variations
Color information
#C6F572 (or 0xC6F572) is known color: Sulu. HEX triplet: C6, F5 and 72. RGB value is (198,245,114). Sum of RGB (Red+Green+Blue) = 198+245+114=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 245 (96.09% from 255 or 43.99% from 557); Blue value is 114 (44.92% from 255 or 20.47% from 557); Max value from RGB is 245 - color contains mainly: green. Hex color #C6F572 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F572 is #390A8D. Grayscale: #D8D8D8. Windows color (decimal): -3738254 or 7534022. OLE color: 7534022.
HSL color Cylindrical-coordinate representation of color #C6F572: hue angle of 81.53º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C6F572 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 245 | 114 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.04 |
| HSL | 81.53º | 0.87% | 0.7% | - |
| HSV(B) | 81.53º | 0.53% | 0.96% | - |
| XYZ | 58.98 | 78.53 | 27.97 | - |
| YUV | 216.01 | 70.43 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 245 | 114 | 0.19 | 0 | 0.53 | 0.04 | 81.53 | 0.87 | 0.7 |
| Hex | C6 | F5 | 72 | 13 | 0 | 35 | 4 | 52 | 57 | 46 |
| Octal | 306 | 365 | 162 | 23 | 0 | 65 | 4 | 122 | 127 | 106 |
| Binary | 11000110 | 11110101 | 1110010 | 10011 | 0 | 110101 | 100 | 1010010 | 1010111 | 1000110 |
Color Harmonies of #C6F572
Complementary color
Monochromatic Colors of #C6F572
Black with #C6F572
Text Example
Text Example
White with #C6F572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F572; }
p { color: rgb(198,245,114); }
H1.HeaderClassName
{
color: #C6F572;
}
.AnyTagClassName
{
color: #C6F572;
}
</style>
background-color css
<style>
a { background-color: #C6F572; }
a { background-color: rgb(198,245,114); }
div.DivClassName
{
background-color: #C6F572;
}
.BgClassName
{
background-color: #C6F572;
}
</style>
border-color css
<style>
span { border-color: #C6F572; }
span { border-color: rgb(198,245,114); }
td.TdClassName
{
border-color: #C6F572;
}
.TagClassName
{
border-color: #C6F572;
}
</style>