Shades of Sulu #C4DD75
Tints of Sulu #C4DD75
RGB
CMYK
RGB Variations
Color information
#C4DD75 (or 0xC4DD75) is known color: Sulu. HEX triplet: C4, DD and 75. RGB value is (196,221,117). Sum of RGB (Red+Green+Blue) = 196+221+117=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #C4DD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4DD75 is #3B228A. Grayscale: #CACACA. Windows color (decimal): -3875467 or 7724484. OLE color: 7724484.
HSL color Cylindrical-coordinate representation of color #C4DD75: hue angle of 74.42º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C4DD75 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 221 | 117 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.13 |
| HSL | 74.42º | 0.6% | 0.66% | - |
| HSV(B) | 74.42º | 0.47% | 0.87% | - |
| XYZ | 51.83 | 64.73 | 26.59 | - |
| YUV | 201.67 | 80.22 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 221 | 117 | 0.11 | 0 | 0.47 | 0.13 | 74.42 | 0.6 | 0.66 |
| Hex | C4 | DD | 75 | B | 0 | 2F | D | 4A | 3C | 42 |
| Octal | 304 | 335 | 165 | 13 | 0 | 57 | 15 | 112 | 74 | 102 |
| Binary | 11000100 | 11011101 | 1110101 | 1011 | 0 | 101111 | 1101 | 1001010 | 111100 | 1000010 |
Color Harmonies of #C4DD75
Complementary color
Monochromatic Colors of #C4DD75
Black with #C4DD75
Text Example
Text Example
White with #C4DD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DD75; }
p { color: rgb(196,221,117); }
H1.HeaderClassName
{
color: #C4DD75;
}
.AnyTagClassName
{
color: #C4DD75;
}
</style>
background-color css
<style>
a { background-color: #C4DD75; }
a { background-color: rgb(196,221,117); }
div.DivClassName
{
background-color: #C4DD75;
}
.BgClassName
{
background-color: #C4DD75;
}
</style>
border-color css
<style>
span { border-color: #C4DD75; }
span { border-color: rgb(196,221,117); }
td.TdClassName
{
border-color: #C4DD75;
}
.TagClassName
{
border-color: #C4DD75;
}
</style>