Shades of Sulu #C0DD6F
Tints of Sulu #C0DD6F
RGB
CMYK
RGB Variations
Color information
#C0DD6F (or 0xC0DD6F) is known color: Sulu. HEX triplet: C0, DD and 6F. RGB value is (192,221,111). Sum of RGB (Red+Green+Blue) = 192+221+111=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 111 (43.75% from 255 or 21.18% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DD6F is #3F2290. Grayscale: #C8C8C8. Windows color (decimal): -4137617 or 7331264. OLE color: 7331264.
HSL color Cylindrical-coordinate representation of color #C0DD6F: hue angle of 75.82º 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 #C0DD6F is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 111 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.13 |
| HSL | 75.82º | 0.62% | 0.65% | - |
| HSV(B) | 75.82º | 0.5% | 0.87% | - |
| XYZ | 50.46 | 64.07 | 24.75 | - |
| YUV | 199.79 | 77.89 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 111 | 0.13 | 0 | 0.50 | 0.13 | 75.82 | 0.62 | 0.65 |
| Hex | C0 | DD | 6F | D | 0 | 32 | D | 4C | 3E | 41 |
| Octal | 300 | 335 | 157 | 15 | 0 | 62 | 15 | 114 | 76 | 101 |
| Binary | 11000000 | 11011101 | 1101111 | 1101 | 0 | 110010 | 1101 | 1001100 | 111110 | 1000001 |
Color Harmonies of #C0DD6F
Complementary color
Monochromatic Colors of #C0DD6F
Black with #C0DD6F
Text Example
Text Example
White with #C0DD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DD6F; }
p { color: rgb(192,221,111); }
H1.HeaderClassName
{
color: #C0DD6F;
}
.AnyTagClassName
{
color: #C0DD6F;
}
</style>
background-color css
<style>
a { background-color: #C0DD6F; }
a { background-color: rgb(192,221,111); }
div.DivClassName
{
background-color: #C0DD6F;
}
.BgClassName
{
background-color: #C0DD6F;
}
</style>
border-color css
<style>
span { border-color: #C0DD6F; }
span { border-color: rgb(192,221,111); }
td.TdClassName
{
border-color: #C0DD6F;
}
.TagClassName
{
border-color: #C0DD6F;
}
</style>