Shades of Sulu #C0EF6B
Tints of Sulu #C0EF6B
RGB
CMYK
RGB Variations
Color information
#C0EF6B (or 0xC0EF6B) is known color: Sulu. HEX triplet: C0, EF and 6B. RGB value is (192,239,107). Sum of RGB (Red+Green+Blue) = 192+239+107=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 107 (42.19% from 255 or 19.89% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EF6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EF6B is #3F1094. Grayscale: #D2D2D2. Windows color (decimal): -4133013 or 7073728. OLE color: 7073728.
HSL color Cylindrical-coordinate representation of color #C0EF6B: hue angle of 81.36º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0EF6B is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 239 | 107 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.06 |
| HSL | 81.36º | 0.8% | 0.68% | - |
| HSV(B) | 81.36º | 0.55% | 0.94% | - |
| XYZ | 55.26 | 74 | 25.28 | - |
| YUV | 209.9 | 69.93 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 239 | 107 | 0.20 | 0 | 0.55 | 0.06 | 81.36 | 0.8 | 0.68 |
| Hex | C0 | EF | 6B | 14 | 0 | 37 | 6 | 51 | 50 | 44 |
| Octal | 300 | 357 | 153 | 24 | 0 | 67 | 6 | 121 | 120 | 104 |
| Binary | 11000000 | 11101111 | 1101011 | 10100 | 0 | 110111 | 110 | 1010001 | 1010000 | 1000100 |
Color Harmonies of #C0EF6B
Complementary color
Monochromatic Colors of #C0EF6B
Black with #C0EF6B
Text Example
Text Example
White with #C0EF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EF6B; }
p { color: rgb(192,239,107); }
H1.HeaderClassName
{
color: #C0EF6B;
}
.AnyTagClassName
{
color: #C0EF6B;
}
</style>
background-color css
<style>
a { background-color: #C0EF6B; }
a { background-color: rgb(192,239,107); }
div.DivClassName
{
background-color: #C0EF6B;
}
.BgClassName
{
background-color: #C0EF6B;
}
</style>
border-color css
<style>
span { border-color: #C0EF6B; }
span { border-color: rgb(192,239,107); }
td.TdClassName
{
border-color: #C0EF6B;
}
.TagClassName
{
border-color: #C0EF6B;
}
</style>