Shades of Sulu #C6F287
Tints of Sulu #C6F287
RGB
CMYK
RGB Variations
Color information
#C6F287 (or 0xC6F287) is known color: Sulu. HEX triplet: C6, F2 and 87. RGB value is (198,242,135). Sum of RGB (Red+Green+Blue) = 198+242+135=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 135 (53.12% from 255 or 23.48% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F287 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6F287 is #390D78. Grayscale: #D9D9D9. Windows color (decimal): -3739001 or 8909510. OLE color: 8909510.
HSL color Cylindrical-coordinate representation of color #C6F287: hue angle of 84.67º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C6F287 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 242 | 135 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.05 |
| HSL | 84.67º | 0.8% | 0.74% | - |
| HSV(B) | 84.67º | 0.44% | 0.95% | - |
| XYZ | 59.41 | 77.26 | 34.7 | - |
| YUV | 216.65 | 81.92 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 242 | 135 | 0.18 | 0 | 0.44 | 0.05 | 84.67 | 0.8 | 0.74 |
| Hex | C6 | F2 | 87 | 12 | 0 | 2C | 5 | 55 | 50 | 4A |
| Octal | 306 | 362 | 207 | 22 | 0 | 54 | 5 | 125 | 120 | 112 |
| Binary | 11000110 | 11110010 | 10000111 | 10010 | 0 | 101100 | 101 | 1010101 | 1010000 | 1001010 |
Color Harmonies of #C6F287
Complementary color
Monochromatic Colors of #C6F287
Black with #C6F287
Text Example
Text Example
White with #C6F287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F287; }
p { color: rgb(198,242,135); }
H1.HeaderClassName
{
color: #C6F287;
}
.AnyTagClassName
{
color: #C6F287;
}
</style>
background-color css
<style>
a { background-color: #C6F287; }
a { background-color: rgb(198,242,135); }
div.DivClassName
{
background-color: #C6F287;
}
.BgClassName
{
background-color: #C6F287;
}
</style>
border-color css
<style>
span { border-color: #C6F287; }
span { border-color: rgb(198,242,135); }
td.TdClassName
{
border-color: #C6F287;
}
.TagClassName
{
border-color: #C6F287;
}
</style>