Shades of Sulu #C0F07D
Tints of Sulu #C0F07D
RGB
CMYK
RGB Variations
Color information
#C0F07D (or 0xC0F07D) is known color: Sulu. HEX triplet: C0, F0 and 7D. RGB value is (192,240,125). Sum of RGB (Red+Green+Blue) = 192+240+125=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 125 (49.22% from 255 or 22.44% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F07D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F07D is #3F0F82. Grayscale: #D4D4D4. Windows color (decimal): -4132739 or 8253632. OLE color: 8253632.
HSL color Cylindrical-coordinate representation of color #C0F07D: hue angle of 85.04º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0F07D is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 125 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.06 |
| HSL | 85.04º | 0.79% | 0.72% | - |
| HSV(B) | 85.04º | 0.48% | 0.94% | - |
| XYZ | 56.6 | 75.01 | 30.9 | - |
| YUV | 212.54 | 78.6 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 125 | 0.20 | 0 | 0.48 | 0.06 | 85.04 | 0.79 | 0.72 |
| Hex | C0 | F0 | 7D | 14 | 0 | 30 | 6 | 55 | 4F | 48 |
| Octal | 300 | 360 | 175 | 24 | 0 | 60 | 6 | 125 | 117 | 110 |
| Binary | 11000000 | 11110000 | 1111101 | 10100 | 0 | 110000 | 110 | 1010101 | 1001111 | 1001000 |
Color Harmonies of #C0F07D
Complementary color
Monochromatic Colors of #C0F07D
Black with #C0F07D
Text Example
Text Example
White with #C0F07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F07D; }
p { color: rgb(192,240,125); }
H1.HeaderClassName
{
color: #C0F07D;
}
.AnyTagClassName
{
color: #C0F07D;
}
</style>
background-color css
<style>
a { background-color: #C0F07D; }
a { background-color: rgb(192,240,125); }
div.DivClassName
{
background-color: #C0F07D;
}
.BgClassName
{
background-color: #C0F07D;
}
</style>
border-color css
<style>
span { border-color: #C0F07D; }
span { border-color: rgb(192,240,125); }
td.TdClassName
{
border-color: #C0F07D;
}
.TagClassName
{
border-color: #C0F07D;
}
</style>