Shades of Sulu #C0F28C
Tints of Sulu #C0F28C
RGB
CMYK
RGB Variations
Color information
#C0F28C (or 0xC0F28C) is known color: Sulu. HEX triplet: C0, F2 and 8C. RGB value is (192,242,140). Sum of RGB (Red+Green+Blue) = 192+242+140=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 140 (55.08% from 255 or 24.39% from 574); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F28C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F28C is #3F0D73. Grayscale: #D7D7D7. Windows color (decimal): -4132212 or 9237184. OLE color: 9237184.
HSL color Cylindrical-coordinate representation of color #C0F28C: hue angle of 89.41º 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 #C0F28C is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 140 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.05 |
| HSL | 89.41º | 0.8% | 0.75% | - |
| HSV(B) | 89.41º | 0.42% | 0.95% | - |
| XYZ | 58.22 | 76.6 | 36.53 | - |
| YUV | 215.42 | 85.44 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 140 | 0.21 | 0 | 0.42 | 0.05 | 89.41 | 0.8 | 0.75 |
| Hex | C0 | F2 | 8C | 15 | 0 | 2A | 5 | 59 | 50 | 4B |
| Octal | 300 | 362 | 214 | 25 | 0 | 52 | 5 | 131 | 120 | 113 |
| Binary | 11000000 | 11110010 | 10001100 | 10101 | 0 | 101010 | 101 | 1011001 | 1010000 | 1001011 |
Color Harmonies of #C0F28C
Complementary color
Monochromatic Colors of #C0F28C
Black with #C0F28C
Text Example
Text Example
White with #C0F28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F28C; }
p { color: rgb(192,242,140); }
H1.HeaderClassName
{
color: #C0F28C;
}
.AnyTagClassName
{
color: #C0F28C;
}
</style>
background-color css
<style>
a { background-color: #C0F28C; }
a { background-color: rgb(192,242,140); }
div.DivClassName
{
background-color: #C0F28C;
}
.BgClassName
{
background-color: #C0F28C;
}
</style>
border-color css
<style>
span { border-color: #C0F28C; }
span { border-color: rgb(192,242,140); }
td.TdClassName
{
border-color: #C0F28C;
}
.TagClassName
{
border-color: #C0F28C;
}
</style>