Shades of Sulu #C2E267
Tints of Sulu #C2E267
RGB
CMYK
RGB Variations
Color information
#C2E267 (or 0xC2E267) is known color: Sulu. HEX triplet: C2, E2 and 67. RGB value is (194,226,103). Sum of RGB (Red+Green+Blue) = 194+226+103=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 226 (88.67% from 255 or 43.21% from 523); Blue value is 103 (40.62% from 255 or 19.69% from 523); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E267 is #3D1D98. Grayscale: #CACACA. Windows color (decimal): -4005273 or 6808258. OLE color: 6808258.
HSL color Cylindrical-coordinate representation of color #C2E267: hue angle of 75.61º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2E267 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 226 | 103 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.11 |
| HSL | 75.61º | 0.68% | 0.65% | - |
| HSV(B) | 75.61º | 0.54% | 0.89% | - |
| XYZ | 51.89 | 66.84 | 23 | - |
| YUV | 202.41 | 71.9 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 226 | 103 | 0.14 | 0 | 0.54 | 0.11 | 75.61 | 0.68 | 0.65 |
| Hex | C2 | E2 | 67 | E | 0 | 36 | B | 4C | 44 | 41 |
| Octal | 302 | 342 | 147 | 16 | 0 | 66 | 13 | 114 | 104 | 101 |
| Binary | 11000010 | 11100010 | 1100111 | 1110 | 0 | 110110 | 1011 | 1001100 | 1000100 | 1000001 |
Color Harmonies of #C2E267
Complementary color
Monochromatic Colors of #C2E267
Black with #C2E267
Text Example
Text Example
White with #C2E267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E267; }
p { color: rgb(194,226,103); }
H1.HeaderClassName
{
color: #C2E267;
}
.AnyTagClassName
{
color: #C2E267;
}
</style>
background-color css
<style>
a { background-color: #C2E267; }
a { background-color: rgb(194,226,103); }
div.DivClassName
{
background-color: #C2E267;
}
.BgClassName
{
background-color: #C2E267;
}
</style>
border-color css
<style>
span { border-color: #C2E267; }
span { border-color: rgb(194,226,103); }
td.TdClassName
{
border-color: #C2E267;
}
.TagClassName
{
border-color: #C2E267;
}
</style>