Shades of Sulu #C6F37F
Tints of Sulu #C6F37F
RGB
CMYK
RGB Variations
Color information
#C6F37F (or 0xC6F37F) is known color: Sulu. HEX triplet: C6, F3 and 7F. RGB value is (198,243,127). Sum of RGB (Red+Green+Blue) = 198+243+127=568 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.86% from 568); Green value is 243 (95.31% from 255 or 42.78% from 568); Blue value is 127 (50% from 255 or 22.36% from 568); Max value from RGB is 243 - color contains mainly: green. Hex color #C6F37F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F37F is #390C80. Grayscale: #D8D8D8. Windows color (decimal): -3738753 or 8385478. OLE color: 8385478.
HSL color Cylindrical-coordinate representation of color #C6F37F: hue angle of 83.28º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C6F37F is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 243 | 127 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.05 |
| HSL | 83.28º | 0.83% | 0.73% | - |
| HSV(B) | 83.28º | 0.48% | 0.95% | - |
| XYZ | 59.17 | 77.64 | 31.95 | - |
| YUV | 216.32 | 77.59 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 243 | 127 | 0.19 | 0 | 0.48 | 0.05 | 83.28 | 0.83 | 0.73 |
| Hex | C6 | F3 | 7F | 13 | 0 | 30 | 5 | 53 | 53 | 49 |
| Octal | 306 | 363 | 177 | 23 | 0 | 60 | 5 | 123 | 123 | 111 |
| Binary | 11000110 | 11110011 | 1111111 | 10011 | 0 | 110000 | 101 | 1010011 | 1010011 | 1001001 |
Color Harmonies of #C6F37F
Complementary color
Monochromatic Colors of #C6F37F
Black with #C6F37F
Text Example
Text Example
White with #C6F37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F37F; }
p { color: rgb(198,243,127); }
H1.HeaderClassName
{
color: #C6F37F;
}
.AnyTagClassName
{
color: #C6F37F;
}
</style>
background-color css
<style>
a { background-color: #C6F37F; }
a { background-color: rgb(198,243,127); }
div.DivClassName
{
background-color: #C6F37F;
}
.BgClassName
{
background-color: #C6F37F;
}
</style>
border-color css
<style>
span { border-color: #C6F37F; }
span { border-color: rgb(198,243,127); }
td.TdClassName
{
border-color: #C6F37F;
}
.TagClassName
{
border-color: #C6F37F;
}
</style>