Shades of Sulu #C2DF6E
Tints of Sulu #C2DF6E
RGB
CMYK
RGB Variations
Color information
#C2DF6E (or 0xC2DF6E) is known color: Sulu. HEX triplet: C2, DF and 6E. RGB value is (194,223,110). Sum of RGB (Red+Green+Blue) = 194+223+110=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 110 (43.36% from 255 or 20.87% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DF6E is #3D2091. Grayscale: #C9C9C9. Windows color (decimal): -4006034 or 7266242. OLE color: 7266242.
HSL color Cylindrical-coordinate representation of color #C2DF6E: hue angle of 75.4º 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 #C2DF6E is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 223 | 110 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.13 |
| HSL | 75.4º | 0.64% | 0.65% | - |
| HSV(B) | 75.4º | 0.51% | 0.87% | - |
| XYZ | 51.45 | 65.37 | 24.66 | - |
| YUV | 201.45 | 76.39 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 223 | 110 | 0.13 | 0 | 0.51 | 0.13 | 75.4 | 0.64 | 0.65 |
| Hex | C2 | DF | 6E | D | 0 | 33 | D | 4B | 40 | 41 |
| Octal | 302 | 337 | 156 | 15 | 0 | 63 | 15 | 113 | 100 | 101 |
| Binary | 11000010 | 11011111 | 1101110 | 1101 | 0 | 110011 | 1101 | 1001011 | 1000000 | 1000001 |
Color Harmonies of #C2DF6E
Complementary color
Monochromatic Colors of #C2DF6E
Black with #C2DF6E
Text Example
Text Example
White with #C2DF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DF6E; }
p { color: rgb(194,223,110); }
H1.HeaderClassName
{
color: #C2DF6E;
}
.AnyTagClassName
{
color: #C2DF6E;
}
</style>
background-color css
<style>
a { background-color: #C2DF6E; }
a { background-color: rgb(194,223,110); }
div.DivClassName
{
background-color: #C2DF6E;
}
.BgClassName
{
background-color: #C2DF6E;
}
</style>
border-color css
<style>
span { border-color: #C2DF6E; }
span { border-color: rgb(194,223,110); }
td.TdClassName
{
border-color: #C2DF6E;
}
.TagClassName
{
border-color: #C2DF6E;
}
</style>