Shades of Sulu #C8DE7F
Tints of Sulu #C8DE7F
RGB
CMYK
RGB Variations
Color information
#C8DE7F (or 0xC8DE7F) is known color: Sulu. HEX triplet: C8, DE and 7F. RGB value is (200,222,127). Sum of RGB (Red+Green+Blue) = 200+222+127=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 127 (50% from 255 or 23.13% from 549); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DE7F is #372180. Grayscale: #CCCCCC. Windows color (decimal): -3613057 or 8380104. OLE color: 8380104.
HSL color Cylindrical-coordinate representation of color #C8DE7F: hue angle of 73.89º 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 #C8DE7F is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 222 | 127 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.13 |
| HSL | 73.89º | 0.59% | 0.68% | - |
| HSV(B) | 73.89º | 0.43% | 0.87% | - |
| XYZ | 53.77 | 66.05 | 29.99 | - |
| YUV | 204.59 | 84.21 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 222 | 127 | 0.10 | 0 | 0.43 | 0.13 | 73.89 | 0.59 | 0.68 |
| Hex | C8 | DE | 7F | A | 0 | 2B | D | 4A | 3B | 44 |
| Octal | 310 | 336 | 177 | 12 | 0 | 53 | 15 | 112 | 73 | 104 |
| Binary | 11001000 | 11011110 | 1111111 | 1010 | 0 | 101011 | 1101 | 1001010 | 111011 | 1000100 |
Color Harmonies of #C8DE7F
Complementary color
Monochromatic Colors of #C8DE7F
Black with #C8DE7F
Text Example
Text Example
White with #C8DE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DE7F; }
p { color: rgb(200,222,127); }
H1.HeaderClassName
{
color: #C8DE7F;
}
.AnyTagClassName
{
color: #C8DE7F;
}
</style>
background-color css
<style>
a { background-color: #C8DE7F; }
a { background-color: rgb(200,222,127); }
div.DivClassName
{
background-color: #C8DE7F;
}
.BgClassName
{
background-color: #C8DE7F;
}
</style>
border-color css
<style>
span { border-color: #C8DE7F; }
span { border-color: rgb(200,222,127); }
td.TdClassName
{
border-color: #C8DE7F;
}
.TagClassName
{
border-color: #C8DE7F;
}
</style>