Shades of Sulu #C3EC65
Tints of Sulu #C3EC65
RGB
CMYK
RGB Variations
Color information
#C3EC65 (or 0xC3EC65) is known color: Sulu. HEX triplet: C3, EC and 65. RGB value is (195,236,101). Sum of RGB (Red+Green+Blue) = 195+236+101=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #C3EC65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3EC65 is #3C139A. Grayscale: #D0D0D0. Windows color (decimal): -3937179 or 6679747. OLE color: 6679747.
HSL color Cylindrical-coordinate representation of color #C3EC65: hue angle of 78.22º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C3EC65 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 236 | 101 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.07 |
| HSL | 78.22º | 0.78% | 0.66% | - |
| HSV(B) | 78.22º | 0.57% | 0.93% | - |
| XYZ | 54.85 | 72.53 | 23.42 | - |
| YUV | 208.35 | 67.42 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 236 | 101 | 0.17 | 0 | 0.57 | 0.07 | 78.22 | 0.78 | 0.66 |
| Hex | C3 | EC | 65 | 11 | 0 | 39 | 7 | 4E | 4E | 42 |
| Octal | 303 | 354 | 145 | 21 | 0 | 71 | 7 | 116 | 116 | 102 |
| Binary | 11000011 | 11101100 | 1100101 | 10001 | 0 | 111001 | 111 | 1001110 | 1001110 | 1000010 |
Color Harmonies of #C3EC65
Complementary color
Monochromatic Colors of #C3EC65
Black with #C3EC65
Text Example
Text Example
White with #C3EC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EC65; }
p { color: rgb(195,236,101); }
H1.HeaderClassName
{
color: #C3EC65;
}
.AnyTagClassName
{
color: #C3EC65;
}
</style>
background-color css
<style>
a { background-color: #C3EC65; }
a { background-color: rgb(195,236,101); }
div.DivClassName
{
background-color: #C3EC65;
}
.BgClassName
{
background-color: #C3EC65;
}
</style>
border-color css
<style>
span { border-color: #C3EC65; }
span { border-color: rgb(195,236,101); }
td.TdClassName
{
border-color: #C3EC65;
}
.TagClassName
{
border-color: #C3EC65;
}
</style>