Shades of Sulu #C0EF7F
Tints of Sulu #C0EF7F
RGB
CMYK
RGB Variations
Color information
#C0EF7F (or 0xC0EF7F) is known color: Sulu. HEX triplet: C0, EF and 7F. RGB value is (192,239,127). Sum of RGB (Red+Green+Blue) = 192+239+127=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 127 (50% from 255 or 22.76% from 558); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EF7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EF7F is #3F1080. Grayscale: #D4D4D4. Windows color (decimal): -4132993 or 8384448. OLE color: 8384448.
HSL color Cylindrical-coordinate representation of color #C0EF7F: hue angle of 85.18º 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 #C0EF7F is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 239 | 127 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.06 |
| HSL | 85.18º | 0.78% | 0.72% | - |
| HSV(B) | 85.18º | 0.47% | 0.94% | - |
| XYZ | 56.44 | 74.47 | 31.48 | - |
| YUV | 212.18 | 79.93 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 239 | 127 | 0.20 | 0 | 0.47 | 0.06 | 85.18 | 0.78 | 0.72 |
| Hex | C0 | EF | 7F | 14 | 0 | 2F | 6 | 55 | 4E | 48 |
| Octal | 300 | 357 | 177 | 24 | 0 | 57 | 6 | 125 | 116 | 110 |
| Binary | 11000000 | 11101111 | 1111111 | 10100 | 0 | 101111 | 110 | 1010101 | 1001110 | 1001000 |
Color Harmonies of #C0EF7F
Complementary color
Monochromatic Colors of #C0EF7F
Black with #C0EF7F
Text Example
Text Example
White with #C0EF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EF7F; }
p { color: rgb(192,239,127); }
H1.HeaderClassName
{
color: #C0EF7F;
}
.AnyTagClassName
{
color: #C0EF7F;
}
</style>
background-color css
<style>
a { background-color: #C0EF7F; }
a { background-color: rgb(192,239,127); }
div.DivClassName
{
background-color: #C0EF7F;
}
.BgClassName
{
background-color: #C0EF7F;
}
</style>
border-color css
<style>
span { border-color: #C0EF7F; }
span { border-color: rgb(192,239,127); }
td.TdClassName
{
border-color: #C0EF7F;
}
.TagClassName
{
border-color: #C0EF7F;
}
</style>