Shades of Sulu #C3DD6E
Tints of Sulu #C3DD6E
RGB
CMYK
RGB Variations
Color information
#C3DD6E (or 0xC3DD6E) is known color: Sulu. HEX triplet: C3, DD and 6E. RGB value is (195,221,110). Sum of RGB (Red+Green+Blue) = 195+221+110=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 110 (43.36% from 255 or 20.91% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DD6E is #3C2291. Grayscale: #C8C8C8. Windows color (decimal): -3941010 or 7265731. OLE color: 7265731.
HSL color Cylindrical-coordinate representation of color #C3DD6E: hue angle of 74.05º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C3DD6E is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 221 | 110 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.13 |
| HSL | 74.05º | 0.62% | 0.65% | - |
| HSV(B) | 74.05º | 0.5% | 0.87% | - |
| XYZ | 51.18 | 64.44 | 24.49 | - |
| YUV | 200.57 | 76.89 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 221 | 110 | 0.12 | 0 | 0.50 | 0.13 | 74.05 | 0.62 | 0.65 |
| Hex | C3 | DD | 6E | C | 0 | 32 | D | 4A | 3E | 41 |
| Octal | 303 | 335 | 156 | 14 | 0 | 62 | 15 | 112 | 76 | 101 |
| Binary | 11000011 | 11011101 | 1101110 | 1100 | 0 | 110010 | 1101 | 1001010 | 111110 | 1000001 |
Color Harmonies of #C3DD6E
Complementary color
Monochromatic Colors of #C3DD6E
Black with #C3DD6E
Text Example
Text Example
White with #C3DD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DD6E; }
p { color: rgb(195,221,110); }
H1.HeaderClassName
{
color: #C3DD6E;
}
.AnyTagClassName
{
color: #C3DD6E;
}
</style>
background-color css
<style>
a { background-color: #C3DD6E; }
a { background-color: rgb(195,221,110); }
div.DivClassName
{
background-color: #C3DD6E;
}
.BgClassName
{
background-color: #C3DD6E;
}
</style>
border-color css
<style>
span { border-color: #C3DD6E; }
span { border-color: rgb(195,221,110); }
td.TdClassName
{
border-color: #C3DD6E;
}
.TagClassName
{
border-color: #C3DD6E;
}
</style>