Shades of Sulu #C6F98A
Tints of Sulu #C6F98A
RGB
CMYK
RGB Variations
Color information
#C6F98A (or 0xC6F98A) is known color: Sulu. HEX triplet: C6, F9 and 8A. RGB value is (198,249,138). Sum of RGB (Red+Green+Blue) = 198+249+138=585 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.85% from 585); Green value is 249 (97.66% from 255 or 42.56% from 585); Blue value is 138 (54.30% from 255 or 23.59% from 585); Max value from RGB is 249 - color contains mainly: green. Hex color #C6F98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6F98A is #390675. Grayscale: #DDDDDD. Windows color (decimal): -3737206 or 9107910. OLE color: 9107910.
HSL color Cylindrical-coordinate representation of color #C6F98A: hue angle of 87.57º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C6F98A is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 249 | 138 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.02 |
| HSL | 87.57º | 0.9% | 0.76% | - |
| HSV(B) | 87.57º | 0.45% | 0.98% | - |
| XYZ | 61.75 | 81.59 | 36.54 | - |
| YUV | 221.1 | 81.1 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 249 | 138 | 0.20 | 0 | 0.45 | 0.02 | 87.57 | 0.9 | 0.76 |
| Hex | C6 | F9 | 8A | 14 | 0 | 2D | 2 | 58 | 5A | 4C |
| Octal | 306 | 371 | 212 | 24 | 0 | 55 | 2 | 130 | 132 | 114 |
| Binary | 11000110 | 11111001 | 10001010 | 10100 | 0 | 101101 | 10 | 1011000 | 1011010 | 1001100 |
Color Harmonies of #C6F98A
Complementary color
Monochromatic Colors of #C6F98A
Black with #C6F98A
Text Example
Text Example
White with #C6F98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F98A; }
p { color: rgb(198,249,138); }
H1.HeaderClassName
{
color: #C6F98A;
}
.AnyTagClassName
{
color: #C6F98A;
}
</style>
background-color css
<style>
a { background-color: #C6F98A; }
a { background-color: rgb(198,249,138); }
div.DivClassName
{
background-color: #C6F98A;
}
.BgClassName
{
background-color: #C6F98A;
}
</style>
border-color css
<style>
span { border-color: #C6F98A; }
span { border-color: rgb(198,249,138); }
td.TdClassName
{
border-color: #C6F98A;
}
.TagClassName
{
border-color: #C6F98A;
}
</style>