Shades of Sulu #C2EE6B
Tints of Sulu #C2EE6B
RGB
CMYK
RGB Variations
Color information
#C2EE6B (or 0xC2EE6B) is known color: Sulu. HEX triplet: C2, EE and 6B. RGB value is (194,238,107). Sum of RGB (Red+Green+Blue) = 194+238+107=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 238 (93.36% from 255 or 44.16% from 539); Blue value is 107 (42.19% from 255 or 19.85% from 539); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EE6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EE6B is #3D1194. Grayscale: #D2D2D2. Windows color (decimal): -4002197 or 7073474. OLE color: 7073474.
HSL color Cylindrical-coordinate representation of color #C2EE6B: hue angle of 80.15º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2EE6B is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 238 | 107 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.07 |
| HSL | 80.15º | 0.79% | 0.68% | - |
| HSV(B) | 80.15º | 0.55% | 0.93% | - |
| XYZ | 55.48 | 73.68 | 25.21 | - |
| YUV | 209.91 | 69.92 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 238 | 107 | 0.18 | 0 | 0.55 | 0.07 | 80.15 | 0.79 | 0.68 |
| Hex | C2 | EE | 6B | 12 | 0 | 37 | 7 | 50 | 4F | 44 |
| Octal | 302 | 356 | 153 | 22 | 0 | 67 | 7 | 120 | 117 | 104 |
| Binary | 11000010 | 11101110 | 1101011 | 10010 | 0 | 110111 | 111 | 1010000 | 1001111 | 1000100 |
Color Harmonies of #C2EE6B
Complementary color
Monochromatic Colors of #C2EE6B
Black with #C2EE6B
Text Example
Text Example
White with #C2EE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EE6B; }
p { color: rgb(194,238,107); }
H1.HeaderClassName
{
color: #C2EE6B;
}
.AnyTagClassName
{
color: #C2EE6B;
}
</style>
background-color css
<style>
a { background-color: #C2EE6B; }
a { background-color: rgb(194,238,107); }
div.DivClassName
{
background-color: #C2EE6B;
}
.BgClassName
{
background-color: #C2EE6B;
}
</style>
border-color css
<style>
span { border-color: #C2EE6B; }
span { border-color: rgb(194,238,107); }
td.TdClassName
{
border-color: #C2EE6B;
}
.TagClassName
{
border-color: #C2EE6B;
}
</style>