Shades of Sulu #C0F28F
Tints of Sulu #C0F28F
RGB
CMYK
RGB Variations
Color information
#C0F28F (or 0xC0F28F) is known color: Sulu. HEX triplet: C0, F2 and 8F. RGB value is (192,242,143). Sum of RGB (Red+Green+Blue) = 192+242+143=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 143 (56.25% from 255 or 24.78% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F28F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F28F is #3F0D70. Grayscale: #D8D8D8. Windows color (decimal): -4132209 or 9433792. OLE color: 9433792.
HSL color Cylindrical-coordinate representation of color #C0F28F: hue angle of 90.3º 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 #C0F28F is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 143 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.05 |
| HSL | 90.3º | 0.79% | 0.75% | - |
| HSV(B) | 90.3º | 0.41% | 0.95% | - |
| XYZ | 58.45 | 76.69 | 37.71 | - |
| YUV | 215.76 | 86.94 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 143 | 0.21 | 0 | 0.41 | 0.05 | 90.3 | 0.79 | 0.75 |
| Hex | C0 | F2 | 8F | 15 | 0 | 29 | 5 | 5A | 4F | 4B |
| Octal | 300 | 362 | 217 | 25 | 0 | 51 | 5 | 132 | 117 | 113 |
| Binary | 11000000 | 11110010 | 10001111 | 10101 | 0 | 101001 | 101 | 1011010 | 1001111 | 1001011 |
Color Harmonies of #C0F28F
Complementary color
Monochromatic Colors of #C0F28F
Black with #C0F28F
Text Example
Text Example
White with #C0F28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F28F; }
p { color: rgb(192,242,143); }
H1.HeaderClassName
{
color: #C0F28F;
}
.AnyTagClassName
{
color: #C0F28F;
}
</style>
background-color css
<style>
a { background-color: #C0F28F; }
a { background-color: rgb(192,242,143); }
div.DivClassName
{
background-color: #C0F28F;
}
.BgClassName
{
background-color: #C0F28F;
}
</style>
border-color css
<style>
span { border-color: #C0F28F; }
span { border-color: rgb(192,242,143); }
td.TdClassName
{
border-color: #C0F28F;
}
.TagClassName
{
border-color: #C0F28F;
}
</style>