Shades of Sulu #C8DD7D
Tints of Sulu #C8DD7D
RGB
CMYK
RGB Variations
Color information
#C8DD7D (or 0xC8DD7D) is known color: Sulu. HEX triplet: C8, DD and 7D. RGB value is (200,221,125). Sum of RGB (Red+Green+Blue) = 200+221+125=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DD7D is #372282. Grayscale: #CCCCCC. Windows color (decimal): -3613315 or 8248776. OLE color: 8248776.
HSL color Cylindrical-coordinate representation of color #C8DD7D: hue angle of 73.12º degrees, saturation: 0.59, 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 #C8DD7D is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 125 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.13 |
| HSL | 73.13º | 0.59% | 0.68% | - |
| HSV(B) | 73.13º | 0.43% | 0.87% | - |
| XYZ | 53.38 | 65.47 | 29.23 | - |
| YUV | 203.78 | 83.54 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 125 | 0.10 | 0 | 0.43 | 0.13 | 73.13 | 0.59 | 0.68 |
| Hex | C8 | DD | 7D | A | 0 | 2B | D | 49 | 3B | 44 |
| Octal | 310 | 335 | 175 | 12 | 0 | 53 | 15 | 111 | 73 | 104 |
| Binary | 11001000 | 11011101 | 1111101 | 1010 | 0 | 101011 | 1101 | 1001001 | 111011 | 1000100 |
Color Harmonies of #C8DD7D
Complementary color
Monochromatic Colors of #C8DD7D
Black with #C8DD7D
Text Example
Text Example
White with #C8DD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DD7D; }
p { color: rgb(200,221,125); }
H1.HeaderClassName
{
color: #C8DD7D;
}
.AnyTagClassName
{
color: #C8DD7D;
}
</style>
background-color css
<style>
a { background-color: #C8DD7D; }
a { background-color: rgb(200,221,125); }
div.DivClassName
{
background-color: #C8DD7D;
}
.BgClassName
{
background-color: #C8DD7D;
}
</style>
border-color css
<style>
span { border-color: #C8DD7D; }
span { border-color: rgb(200,221,125); }
td.TdClassName
{
border-color: #C8DD7D;
}
.TagClassName
{
border-color: #C8DD7D;
}
</style>