Shades of Sulu #C3DF6E
Tints of Sulu #C3DF6E
RGB
CMYK
RGB Variations
Color information
#C3DF6E (or 0xC3DF6E) is known color: Sulu. HEX triplet: C3, DF and 6E. RGB value is (195,223,110). Sum of RGB (Red+Green+Blue) = 195+223+110=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 110 (43.36% from 255 or 20.83% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #C3DF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DF6E is #3C2091. Grayscale: #CACACA. Windows color (decimal): -3940498 or 7266243. OLE color: 7266243.
HSL color Cylindrical-coordinate representation of color #C3DF6E: hue angle of 74.87º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C3DF6E is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 223 | 110 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.13 |
| HSL | 74.87º | 0.64% | 0.65% | - |
| HSV(B) | 74.87º | 0.51% | 0.87% | - |
| XYZ | 51.71 | 65.5 | 24.67 | - |
| YUV | 201.75 | 76.22 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 223 | 110 | 0.13 | 0 | 0.51 | 0.13 | 74.87 | 0.64 | 0.65 |
| Hex | C3 | DF | 6E | D | 0 | 33 | D | 4B | 40 | 41 |
| Octal | 303 | 337 | 156 | 15 | 0 | 63 | 15 | 113 | 100 | 101 |
| Binary | 11000011 | 11011111 | 1101110 | 1101 | 0 | 110011 | 1101 | 1001011 | 1000000 | 1000001 |
Color Harmonies of #C3DF6E
Complementary color
Monochromatic Colors of #C3DF6E
Black with #C3DF6E
Text Example
Text Example
White with #C3DF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DF6E; }
p { color: rgb(195,223,110); }
H1.HeaderClassName
{
color: #C3DF6E;
}
.AnyTagClassName
{
color: #C3DF6E;
}
</style>
background-color css
<style>
a { background-color: #C3DF6E; }
a { background-color: rgb(195,223,110); }
div.DivClassName
{
background-color: #C3DF6E;
}
.BgClassName
{
background-color: #C3DF6E;
}
</style>
border-color css
<style>
span { border-color: #C3DF6E; }
span { border-color: rgb(195,223,110); }
td.TdClassName
{
border-color: #C3DF6E;
}
.TagClassName
{
border-color: #C3DF6E;
}
</style>