Shades of Sulu #C3F96E
Tints of Sulu #C3F96E
RGB
CMYK
RGB Variations
Color information
#C3F96E (or 0xC3F96E) is known color: Sulu. HEX triplet: C3, F9 and 6E. RGB value is (195,249,110). Sum of RGB (Red+Green+Blue) = 195+249+110=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 110 (43.36% from 255 or 19.86% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #C3F96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F96E is #3C0691. Grayscale: #D9D9D9. Windows color (decimal): -3933842 or 7272899. OLE color: 7272899.
HSL color Cylindrical-coordinate representation of color #C3F96E: hue angle of 83.31º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C3F96E is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 249 | 110 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.02 |
| HSL | 83.31º | 0.92% | 0.7% | - |
| HSV(B) | 83.31º | 0.56% | 0.98% | - |
| XYZ | 59.2 | 80.48 | 27.17 | - |
| YUV | 217.01 | 67.61 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 249 | 110 | 0.22 | 0 | 0.56 | 0.02 | 83.31 | 0.92 | 0.7 |
| Hex | C3 | F9 | 6E | 16 | 0 | 38 | 2 | 53 | 5C | 46 |
| Octal | 303 | 371 | 156 | 26 | 0 | 70 | 2 | 123 | 134 | 106 |
| Binary | 11000011 | 11111001 | 1101110 | 10110 | 0 | 111000 | 10 | 1010011 | 1011100 | 1000110 |
Color Harmonies of #C3F96E
Complementary color
Monochromatic Colors of #C3F96E
Black with #C3F96E
Text Example
Text Example
White with #C3F96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F96E; }
p { color: rgb(195,249,110); }
H1.HeaderClassName
{
color: #C3F96E;
}
.AnyTagClassName
{
color: #C3F96E;
}
</style>
background-color css
<style>
a { background-color: #C3F96E; }
a { background-color: rgb(195,249,110); }
div.DivClassName
{
background-color: #C3F96E;
}
.BgClassName
{
background-color: #C3F96E;
}
</style>
border-color css
<style>
span { border-color: #C3F96E; }
span { border-color: rgb(195,249,110); }
td.TdClassName
{
border-color: #C3F96E;
}
.TagClassName
{
border-color: #C3F96E;
}
</style>