Shades of Sulu #C2EF6B
Tints of Sulu #C2EF6B
RGB
CMYK
RGB Variations
Color information
#C2EF6B (or 0xC2EF6B) is known color: Sulu. HEX triplet: C2, EF and 6B. RGB value is (194,239,107). Sum of RGB (Red+Green+Blue) = 194+239+107=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 107 (42.19% from 255 or 19.81% from 540); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EF6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EF6B is #3D1094. Grayscale: #D2D2D2. Windows color (decimal): -4001941 or 7073730. OLE color: 7073730.
HSL color Cylindrical-coordinate representation of color #C2EF6B: hue angle of 80.45º 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 #C2EF6B is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 239 | 107 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.06 |
| HSL | 80.45º | 0.8% | 0.68% | - |
| HSV(B) | 80.45º | 0.55% | 0.94% | - |
| XYZ | 55.77 | 74.26 | 25.3 | - |
| YUV | 210.5 | 69.59 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 239 | 107 | 0.19 | 0 | 0.55 | 0.06 | 80.45 | 0.8 | 0.68 |
| Hex | C2 | EF | 6B | 13 | 0 | 37 | 6 | 50 | 50 | 44 |
| Octal | 302 | 357 | 153 | 23 | 0 | 67 | 6 | 120 | 120 | 104 |
| Binary | 11000010 | 11101111 | 1101011 | 10011 | 0 | 110111 | 110 | 1010000 | 1010000 | 1000100 |
Color Harmonies of #C2EF6B
Complementary color
Monochromatic Colors of #C2EF6B
Black with #C2EF6B
Text Example
Text Example
White with #C2EF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EF6B; }
p { color: rgb(194,239,107); }
H1.HeaderClassName
{
color: #C2EF6B;
}
.AnyTagClassName
{
color: #C2EF6B;
}
</style>
background-color css
<style>
a { background-color: #C2EF6B; }
a { background-color: rgb(194,239,107); }
div.DivClassName
{
background-color: #C2EF6B;
}
.BgClassName
{
background-color: #C2EF6B;
}
</style>
border-color css
<style>
span { border-color: #C2EF6B; }
span { border-color: rgb(194,239,107); }
td.TdClassName
{
border-color: #C2EF6B;
}
.TagClassName
{
border-color: #C2EF6B;
}
</style>