Shades of Sulu #C3E268
Tints of Sulu #C3E268
RGB
CMYK
RGB Variations
Color information
#C3E268 (or 0xC3E268) is known color: Sulu. HEX triplet: C3, E2 and 68. RGB value is (195,226,104). Sum of RGB (Red+Green+Blue) = 195+226+104=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 226 (88.67% from 255 or 43.05% from 525); Blue value is 104 (41.02% from 255 or 19.81% from 525); Max value from RGB is 226 - color contains mainly: green. Hex color #C3E268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3E268 is #3C1D97. Grayscale: #CBCBCB. Windows color (decimal): -3939736 or 6873795. OLE color: 6873795.
HSL color Cylindrical-coordinate representation of color #C3E268: hue angle of 75.25º 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 #C3E268 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 226 | 104 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.11 |
| HSL | 75.25º | 0.68% | 0.65% | - |
| HSV(B) | 75.25º | 0.54% | 0.89% | - |
| XYZ | 52.2 | 66.99 | 23.28 | - |
| YUV | 202.82 | 72.23 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 226 | 104 | 0.14 | 0 | 0.54 | 0.11 | 75.25 | 0.68 | 0.65 |
| Hex | C3 | E2 | 68 | E | 0 | 36 | B | 4B | 44 | 41 |
| Octal | 303 | 342 | 150 | 16 | 0 | 66 | 13 | 113 | 104 | 101 |
| Binary | 11000011 | 11100010 | 1101000 | 1110 | 0 | 110110 | 1011 | 1001011 | 1000100 | 1000001 |
Color Harmonies of #C3E268
Complementary color
Monochromatic Colors of #C3E268
Black with #C3E268
Text Example
Text Example
White with #C3E268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E268; }
p { color: rgb(195,226,104); }
H1.HeaderClassName
{
color: #C3E268;
}
.AnyTagClassName
{
color: #C3E268;
}
</style>
background-color css
<style>
a { background-color: #C3E268; }
a { background-color: rgb(195,226,104); }
div.DivClassName
{
background-color: #C3E268;
}
.BgClassName
{
background-color: #C3E268;
}
</style>
border-color css
<style>
span { border-color: #C3E268; }
span { border-color: rgb(195,226,104); }
td.TdClassName
{
border-color: #C3E268;
}
.TagClassName
{
border-color: #C3E268;
}
</style>