Shades of Sulu #C3E965
Tints of Sulu #C3E965
RGB
CMYK
RGB Variations
Color information
#C3E965 (or 0xC3E965) is known color: Sulu. HEX triplet: C3, E9 and 65. RGB value is (195,233,101). Sum of RGB (Red+Green+Blue) = 195+233+101=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #C3E965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3E965 is #3C169A. Grayscale: #CFCFCF. Windows color (decimal): -3937947 or 6678979. OLE color: 6678979.
HSL color Cylindrical-coordinate representation of color #C3E965: hue angle of 77.27º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C3E965 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 233 | 101 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.09 |
| HSL | 77.27º | 0.75% | 0.65% | - |
| HSV(B) | 77.27º | 0.57% | 0.91% | - |
| XYZ | 53.99 | 70.82 | 23.14 | - |
| YUV | 206.59 | 68.41 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 233 | 101 | 0.16 | 0 | 0.57 | 0.09 | 77.27 | 0.75 | 0.65 |
| Hex | C3 | E9 | 65 | 10 | 0 | 39 | 9 | 4D | 4B | 41 |
| Octal | 303 | 351 | 145 | 20 | 0 | 71 | 11 | 115 | 113 | 101 |
| Binary | 11000011 | 11101001 | 1100101 | 10000 | 0 | 111001 | 1001 | 1001101 | 1001011 | 1000001 |
Color Harmonies of #C3E965
Complementary color
Monochromatic Colors of #C3E965
Black with #C3E965
Text Example
Text Example
White with #C3E965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E965; }
p { color: rgb(195,233,101); }
H1.HeaderClassName
{
color: #C3E965;
}
.AnyTagClassName
{
color: #C3E965;
}
</style>
background-color css
<style>
a { background-color: #C3E965; }
a { background-color: rgb(195,233,101); }
div.DivClassName
{
background-color: #C3E965;
}
.BgClassName
{
background-color: #C3E965;
}
</style>
border-color css
<style>
span { border-color: #C3E965; }
span { border-color: rgb(195,233,101); }
td.TdClassName
{
border-color: #C3E965;
}
.TagClassName
{
border-color: #C3E965;
}
</style>