Shades of Sulu #C2E375
Tints of Sulu #C2E375
RGB
CMYK
RGB Variations
Color information
#C2E375 (or 0xC2E375) is known color: Sulu. HEX triplet: C2, E3 and 75. RGB value is (194,227,117). Sum of RGB (Red+Green+Blue) = 194+227+117=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 227 (89.06% from 255 or 42.19% from 538); Blue value is 117 (46.09% from 255 or 21.75% from 538); Max value from RGB is 227 - color contains mainly: green. Hex color #C2E375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E375 is #3D1C8A. Grayscale: #CDCDCD. Windows color (decimal): -4005003 or 7726018. OLE color: 7726018.
HSL color Cylindrical-coordinate representation of color #C2E375: hue angle of 78º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2E375 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 227 | 117 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.11 |
| HSL | 78º | 0.66% | 0.67% | - |
| HSV(B) | 78º | 0.48% | 0.89% | - |
| XYZ | 52.93 | 67.69 | 27.11 | - |
| YUV | 204.59 | 78.57 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 227 | 117 | 0.15 | 0 | 0.48 | 0.11 | 78 | 0.66 | 0.67 |
| Hex | C2 | E3 | 75 | F | 0 | 30 | B | 4E | 42 | 43 |
| Octal | 302 | 343 | 165 | 17 | 0 | 60 | 13 | 116 | 102 | 103 |
| Binary | 11000010 | 11100011 | 1110101 | 1111 | 0 | 110000 | 1011 | 1001110 | 1000010 | 1000011 |
Color Harmonies of #C2E375
Complementary color
Monochromatic Colors of #C2E375
Black with #C2E375
Text Example
Text Example
White with #C2E375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E375; }
p { color: rgb(194,227,117); }
H1.HeaderClassName
{
color: #C2E375;
}
.AnyTagClassName
{
color: #C2E375;
}
</style>
background-color css
<style>
a { background-color: #C2E375; }
a { background-color: rgb(194,227,117); }
div.DivClassName
{
background-color: #C2E375;
}
.BgClassName
{
background-color: #C2E375;
}
</style>
border-color css
<style>
span { border-color: #C2E375; }
span { border-color: rgb(194,227,117); }
td.TdClassName
{
border-color: #C2E375;
}
.TagClassName
{
border-color: #C2E375;
}
</style>