Shades of Sulu #C0EF7E
Tints of Sulu #C0EF7E
RGB
CMYK
RGB Variations
Color information
#C0EF7E (or 0xC0EF7E) is known color: Sulu. HEX triplet: C0, EF and 7E. RGB value is (192,239,126). Sum of RGB (Red+Green+Blue) = 192+239+126=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 126 (49.61% from 255 or 22.62% from 557); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EF7E is #3F1081. Grayscale: #D4D4D4. Windows color (decimal): -4132994 or 8318912. OLE color: 8318912.
HSL color Cylindrical-coordinate representation of color #C0EF7E: hue angle of 84.96º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0EF7E is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 239 | 126 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.06 |
| HSL | 84.96º | 0.78% | 0.72% | - |
| HSV(B) | 84.96º | 0.47% | 0.94% | - |
| XYZ | 56.37 | 74.45 | 31.14 | - |
| YUV | 212.07 | 79.43 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 239 | 126 | 0.20 | 0 | 0.47 | 0.06 | 84.96 | 0.78 | 0.72 |
| Hex | C0 | EF | 7E | 14 | 0 | 2F | 6 | 55 | 4E | 48 |
| Octal | 300 | 357 | 176 | 24 | 0 | 57 | 6 | 125 | 116 | 110 |
| Binary | 11000000 | 11101111 | 1111110 | 10100 | 0 | 101111 | 110 | 1010101 | 1001110 | 1001000 |
Color Harmonies of #C0EF7E
Complementary color
Monochromatic Colors of #C0EF7E
Black with #C0EF7E
Text Example
Text Example
White with #C0EF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EF7E; }
p { color: rgb(192,239,126); }
H1.HeaderClassName
{
color: #C0EF7E;
}
.AnyTagClassName
{
color: #C0EF7E;
}
</style>
background-color css
<style>
a { background-color: #C0EF7E; }
a { background-color: rgb(192,239,126); }
div.DivClassName
{
background-color: #C0EF7E;
}
.BgClassName
{
background-color: #C0EF7E;
}
</style>
border-color css
<style>
span { border-color: #C0EF7E; }
span { border-color: rgb(192,239,126); }
td.TdClassName
{
border-color: #C0EF7E;
}
.TagClassName
{
border-color: #C0EF7E;
}
</style>