Shades of Sulu #C3DF6F
Tints of Sulu #C3DF6F
RGB
CMYK
RGB Variations
Color information
#C3DF6F (or 0xC3DF6F) is known color: Sulu. HEX triplet: C3, DF and 6F. RGB value is (195,223,111). Sum of RGB (Red+Green+Blue) = 195+223+111=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 111 (43.75% from 255 or 20.98% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #C3DF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DF6F is #3C2090. Grayscale: #CACACA. Windows color (decimal): -3940497 or 7331779. OLE color: 7331779.
HSL color Cylindrical-coordinate representation of color #C3DF6F: hue angle of 75º degrees, saturation: 0.64, 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 #C3DF6F is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 223 | 111 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.13 |
| HSL | 75º | 0.64% | 0.65% | - |
| HSV(B) | 75º | 0.5% | 0.87% | - |
| XYZ | 51.76 | 65.53 | 24.96 | - |
| YUV | 201.86 | 76.72 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 223 | 111 | 0.13 | 0 | 0.50 | 0.13 | 75 | 0.64 | 0.65 |
| Hex | C3 | DF | 6F | D | 0 | 32 | D | 4B | 40 | 41 |
| Octal | 303 | 337 | 157 | 15 | 0 | 62 | 15 | 113 | 100 | 101 |
| Binary | 11000011 | 11011111 | 1101111 | 1101 | 0 | 110010 | 1101 | 1001011 | 1000000 | 1000001 |
Color Harmonies of #C3DF6F
Complementary color
Monochromatic Colors of #C3DF6F
Black with #C3DF6F
Text Example
Text Example
White with #C3DF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DF6F; }
p { color: rgb(195,223,111); }
H1.HeaderClassName
{
color: #C3DF6F;
}
.AnyTagClassName
{
color: #C3DF6F;
}
</style>
background-color css
<style>
a { background-color: #C3DF6F; }
a { background-color: rgb(195,223,111); }
div.DivClassName
{
background-color: #C3DF6F;
}
.BgClassName
{
background-color: #C3DF6F;
}
</style>
border-color css
<style>
span { border-color: #C3DF6F; }
span { border-color: rgb(195,223,111); }
td.TdClassName
{
border-color: #C3DF6F;
}
.TagClassName
{
border-color: #C3DF6F;
}
</style>