Shades of Sulu #C3DF6D
Tints of Sulu #C3DF6D
RGB
CMYK
RGB Variations
Color information
#C3DF6D (or 0xC3DF6D) is known color: Sulu. HEX triplet: C3, DF and 6D. RGB value is (195,223,109). Sum of RGB (Red+Green+Blue) = 195+223+109=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #C3DF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DF6D is #3C2092. Grayscale: #CACACA. Windows color (decimal): -3940499 or 7200707. OLE color: 7200707.
HSL color Cylindrical-coordinate representation of color #C3DF6D: hue angle of 74.74º 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 #C3DF6D is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 223 | 109 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.13 |
| HSL | 74.74º | 0.64% | 0.65% | - |
| HSV(B) | 74.74º | 0.51% | 0.87% | - |
| XYZ | 51.65 | 65.48 | 24.38 | - |
| YUV | 201.63 | 75.72 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 223 | 109 | 0.13 | 0 | 0.51 | 0.13 | 74.74 | 0.64 | 0.65 |
| Hex | C3 | DF | 6D | D | 0 | 33 | D | 4B | 40 | 41 |
| Octal | 303 | 337 | 155 | 15 | 0 | 63 | 15 | 113 | 100 | 101 |
| Binary | 11000011 | 11011111 | 1101101 | 1101 | 0 | 110011 | 1101 | 1001011 | 1000000 | 1000001 |
Color Harmonies of #C3DF6D
Complementary color
Monochromatic Colors of #C3DF6D
Black with #C3DF6D
Text Example
Text Example
White with #C3DF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DF6D; }
p { color: rgb(195,223,109); }
H1.HeaderClassName
{
color: #C3DF6D;
}
.AnyTagClassName
{
color: #C3DF6D;
}
</style>
background-color css
<style>
a { background-color: #C3DF6D; }
a { background-color: rgb(195,223,109); }
div.DivClassName
{
background-color: #C3DF6D;
}
.BgClassName
{
background-color: #C3DF6D;
}
</style>
border-color css
<style>
span { border-color: #C3DF6D; }
span { border-color: rgb(195,223,109); }
td.TdClassName
{
border-color: #C3DF6D;
}
.TagClassName
{
border-color: #C3DF6D;
}
</style>