Shades of Sulu #C4DD7F
Tints of Sulu #C4DD7F
RGB
CMYK
RGB Variations
Color information
#C4DD7F (or 0xC4DD7F) is known color: Sulu. HEX triplet: C4, DD and 7F. RGB value is (196,221,127). Sum of RGB (Red+Green+Blue) = 196+221+127=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 127 (50% from 255 or 23.35% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #C4DD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4DD7F is #3B2280. Grayscale: #CBCBCB. Windows color (decimal): -3875457 or 8379844. OLE color: 8379844.
HSL color Cylindrical-coordinate representation of color #C4DD7F: hue angle of 75.96º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C4DD7F is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 221 | 127 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.13 |
| HSL | 75.96º | 0.58% | 0.68% | - |
| HSV(B) | 75.96º | 0.43% | 0.87% | - |
| XYZ | 52.45 | 64.98 | 29.86 | - |
| YUV | 202.81 | 85.22 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 221 | 127 | 0.11 | 0 | 0.43 | 0.13 | 75.96 | 0.58 | 0.68 |
| Hex | C4 | DD | 7F | B | 0 | 2B | D | 4C | 3A | 44 |
| Octal | 304 | 335 | 177 | 13 | 0 | 53 | 15 | 114 | 72 | 104 |
| Binary | 11000100 | 11011101 | 1111111 | 1011 | 0 | 101011 | 1101 | 1001100 | 111010 | 1000100 |
Color Harmonies of #C4DD7F
Complementary color
Monochromatic Colors of #C4DD7F
Black with #C4DD7F
Text Example
Text Example
White with #C4DD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DD7F; }
p { color: rgb(196,221,127); }
H1.HeaderClassName
{
color: #C4DD7F;
}
.AnyTagClassName
{
color: #C4DD7F;
}
</style>
background-color css
<style>
a { background-color: #C4DD7F; }
a { background-color: rgb(196,221,127); }
div.DivClassName
{
background-color: #C4DD7F;
}
.BgClassName
{
background-color: #C4DD7F;
}
</style>
border-color css
<style>
span { border-color: #C4DD7F; }
span { border-color: rgb(196,221,127); }
td.TdClassName
{
border-color: #C4DD7F;
}
.TagClassName
{
border-color: #C4DD7F;
}
</style>