Shades of Sulu #C6F28F
Tints of Sulu #C6F28F
RGB
CMYK
RGB Variations
Color information
#C6F28F (or 0xC6F28F) is known color: Sulu. HEX triplet: C6, F2 and 8F. RGB value is (198,242,143). Sum of RGB (Red+Green+Blue) = 198+242+143=583 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.96% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 143 (56.25% from 255 or 24.53% from 583); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F28F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6F28F is #390D70. Grayscale: #D9D9D9. Windows color (decimal): -3738993 or 9433798. OLE color: 9433798.
HSL color Cylindrical-coordinate representation of color #C6F28F: hue angle of 86.67º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C6F28F is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 242 | 143 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.05 |
| HSL | 86.67º | 0.79% | 0.75% | - |
| HSV(B) | 86.67º | 0.41% | 0.95% | - |
| XYZ | 60 | 77.49 | 37.78 | - |
| YUV | 217.56 | 85.92 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 242 | 143 | 0.18 | 0 | 0.41 | 0.05 | 86.67 | 0.79 | 0.75 |
| Hex | C6 | F2 | 8F | 12 | 0 | 29 | 5 | 57 | 4F | 4B |
| Octal | 306 | 362 | 217 | 22 | 0 | 51 | 5 | 127 | 117 | 113 |
| Binary | 11000110 | 11110010 | 10001111 | 10010 | 0 | 101001 | 101 | 1010111 | 1001111 | 1001011 |
Color Harmonies of #C6F28F
Complementary color
Monochromatic Colors of #C6F28F
Black with #C6F28F
Text Example
Text Example
White with #C6F28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F28F; }
p { color: rgb(198,242,143); }
H1.HeaderClassName
{
color: #C6F28F;
}
.AnyTagClassName
{
color: #C6F28F;
}
</style>
background-color css
<style>
a { background-color: #C6F28F; }
a { background-color: rgb(198,242,143); }
div.DivClassName
{
background-color: #C6F28F;
}
.BgClassName
{
background-color: #C6F28F;
}
</style>
border-color css
<style>
span { border-color: #C6F28F; }
span { border-color: rgb(198,242,143); }
td.TdClassName
{
border-color: #C6F28F;
}
.TagClassName
{
border-color: #C6F28F;
}
</style>