Shades of Sulu #C8DD75
Tints of Sulu #C8DD75
RGB
CMYK
RGB Variations
Color information
#C8DD75 (or 0xC8DD75) is known color: Sulu. HEX triplet: C8, DD and 75. RGB value is (200,221,117). Sum of RGB (Red+Green+Blue) = 200+221+117=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 117 (46.09% from 255 or 21.75% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DD75 is #37228A. Grayscale: #CBCBCB. Windows color (decimal): -3613323 or 7724488. OLE color: 7724488.
HSL color Cylindrical-coordinate representation of color #C8DD75: hue angle of 72.12º 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 #C8DD75 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 117 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.13 |
| HSL | 72.12º | 0.6% | 0.66% | - |
| HSV(B) | 72.12º | 0.47% | 0.87% | - |
| XYZ | 52.89 | 65.28 | 26.64 | - |
| YUV | 202.87 | 79.54 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 117 | 0.10 | 0 | 0.47 | 0.13 | 72.12 | 0.6 | 0.66 |
| Hex | C8 | DD | 75 | A | 0 | 2F | D | 48 | 3C | 42 |
| Octal | 310 | 335 | 165 | 12 | 0 | 57 | 15 | 110 | 74 | 102 |
| Binary | 11001000 | 11011101 | 1110101 | 1010 | 0 | 101111 | 1101 | 1001000 | 111100 | 1000010 |
Color Harmonies of #C8DD75
Complementary color
Monochromatic Colors of #C8DD75
Black with #C8DD75
Text Example
Text Example
White with #C8DD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DD75; }
p { color: rgb(200,221,117); }
H1.HeaderClassName
{
color: #C8DD75;
}
.AnyTagClassName
{
color: #C8DD75;
}
</style>
background-color css
<style>
a { background-color: #C8DD75; }
a { background-color: rgb(200,221,117); }
div.DivClassName
{
background-color: #C8DD75;
}
.BgClassName
{
background-color: #C8DD75;
}
</style>
border-color css
<style>
span { border-color: #C8DD75; }
span { border-color: rgb(200,221,117); }
td.TdClassName
{
border-color: #C8DD75;
}
.TagClassName
{
border-color: #C8DD75;
}
</style>