Shades of Sulu #C0F28D
Tints of Sulu #C0F28D
RGB
CMYK
RGB Variations
Color information
#C0F28D (or 0xC0F28D) is known color: Sulu. HEX triplet: C0, F2 and 8D. RGB value is (192,242,141). Sum of RGB (Red+Green+Blue) = 192+242+141=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F28D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F28D is #3F0D72. Grayscale: #D7D7D7. Windows color (decimal): -4132211 or 9302720. OLE color: 9302720.
HSL color Cylindrical-coordinate representation of color #C0F28D: hue angle of 89.7º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0F28D is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 141 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.05 |
| HSL | 89.7º | 0.8% | 0.75% | - |
| HSV(B) | 89.7º | 0.42% | 0.95% | - |
| XYZ | 58.3 | 76.63 | 36.92 | - |
| YUV | 215.54 | 85.94 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 141 | 0.21 | 0 | 0.42 | 0.05 | 89.7 | 0.8 | 0.75 |
| Hex | C0 | F2 | 8D | 15 | 0 | 2A | 5 | 5A | 50 | 4B |
| Octal | 300 | 362 | 215 | 25 | 0 | 52 | 5 | 132 | 120 | 113 |
| Binary | 11000000 | 11110010 | 10001101 | 10101 | 0 | 101010 | 101 | 1011010 | 1010000 | 1001011 |
Color Harmonies of #C0F28D
Complementary color
Monochromatic Colors of #C0F28D
Black with #C0F28D
Text Example
Text Example
White with #C0F28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F28D; }
p { color: rgb(192,242,141); }
H1.HeaderClassName
{
color: #C0F28D;
}
.AnyTagClassName
{
color: #C0F28D;
}
</style>
background-color css
<style>
a { background-color: #C0F28D; }
a { background-color: rgb(192,242,141); }
div.DivClassName
{
background-color: #C0F28D;
}
.BgClassName
{
background-color: #C0F28D;
}
</style>
border-color css
<style>
span { border-color: #C0F28D; }
span { border-color: rgb(192,242,141); }
td.TdClassName
{
border-color: #C0F28D;
}
.TagClassName
{
border-color: #C0F28D;
}
</style>