Shades of Sulu #C0F98A
Tints of Sulu #C0F98A
RGB
CMYK
RGB Variations
Color information
#C0F98A (or 0xC0F98A) is known color: Sulu. HEX triplet: C0, F9 and 8A. RGB value is (192,249,138). Sum of RGB (Red+Green+Blue) = 192+249+138=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 138 (54.30% from 255 or 23.83% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F98A is #3F0675. Grayscale: #DBDBDB. Windows color (decimal): -4130422 or 9107904. OLE color: 9107904.
HSL color Cylindrical-coordinate representation of color #C0F98A: hue angle of 90.81º 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 #C0F98A is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 249 | 138 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.02 |
| HSL | 90.81º | 0.9% | 0.76% | - |
| HSV(B) | 90.81º | 0.45% | 0.98% | - |
| XYZ | 60.2 | 80.79 | 36.47 | - |
| YUV | 219.3 | 82.12 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 249 | 138 | 0.23 | 0 | 0.45 | 0.02 | 90.81 | 0.9 | 0.76 |
| Hex | C0 | F9 | 8A | 17 | 0 | 2D | 2 | 5B | 5A | 4C |
| Octal | 300 | 371 | 212 | 27 | 0 | 55 | 2 | 133 | 132 | 114 |
| Binary | 11000000 | 11111001 | 10001010 | 10111 | 0 | 101101 | 10 | 1011011 | 1011010 | 1001100 |
Color Harmonies of #C0F98A
Complementary color
Monochromatic Colors of #C0F98A
Black with #C0F98A
Text Example
Text Example
White with #C0F98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F98A; }
p { color: rgb(192,249,138); }
H1.HeaderClassName
{
color: #C0F98A;
}
.AnyTagClassName
{
color: #C0F98A;
}
</style>
background-color css
<style>
a { background-color: #C0F98A; }
a { background-color: rgb(192,249,138); }
div.DivClassName
{
background-color: #C0F98A;
}
.BgClassName
{
background-color: #C0F98A;
}
</style>
border-color css
<style>
span { border-color: #C0F98A; }
span { border-color: rgb(192,249,138); }
td.TdClassName
{
border-color: #C0F98A;
}
.TagClassName
{
border-color: #C0F98A;
}
</style>