Shades of Sulu #C8DD7F
Tints of Sulu #C8DD7F
RGB
CMYK
RGB Variations
Color information
#C8DD7F (or 0xC8DD7F) is known color: Sulu. HEX triplet: C8, DD and 7F. RGB value is (200,221,127). Sum of RGB (Red+Green+Blue) = 200+221+127=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 127 (50% from 255 or 23.18% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DD7F is #372280. Grayscale: #CCCCCC. Windows color (decimal): -3613313 or 8379848. OLE color: 8379848.
HSL color Cylindrical-coordinate representation of color #C8DD7F: hue angle of 73.4º 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 #C8DD7F is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 127 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.13 |
| HSL | 73.4º | 0.58% | 0.68% | - |
| HSV(B) | 73.4º | 0.43% | 0.87% | - |
| XYZ | 53.51 | 65.52 | 29.91 | - |
| YUV | 204.01 | 84.54 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 127 | 0.10 | 0 | 0.43 | 0.13 | 73.4 | 0.58 | 0.68 |
| Hex | C8 | DD | 7F | A | 0 | 2B | D | 49 | 3A | 44 |
| Octal | 310 | 335 | 177 | 12 | 0 | 53 | 15 | 111 | 72 | 104 |
| Binary | 11001000 | 11011101 | 1111111 | 1010 | 0 | 101011 | 1101 | 1001001 | 111010 | 1000100 |
Color Harmonies of #C8DD7F
Complementary color
Monochromatic Colors of #C8DD7F
Black with #C8DD7F
Text Example
Text Example
White with #C8DD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DD7F; }
p { color: rgb(200,221,127); }
H1.HeaderClassName
{
color: #C8DD7F;
}
.AnyTagClassName
{
color: #C8DD7F;
}
</style>
background-color css
<style>
a { background-color: #C8DD7F; }
a { background-color: rgb(200,221,127); }
div.DivClassName
{
background-color: #C8DD7F;
}
.BgClassName
{
background-color: #C8DD7F;
}
</style>
border-color css
<style>
span { border-color: #C8DD7F; }
span { border-color: rgb(200,221,127); }
td.TdClassName
{
border-color: #C8DD7F;
}
.TagClassName
{
border-color: #C8DD7F;
}
</style>