Shades of Sulu #C8DF71
Tints of Sulu #C8DF71
RGB
CMYK
RGB Variations
Color information
#C8DF71 (or 0xC8DF71) is known color: Sulu. HEX triplet: C8, DF and 71. RGB value is (200,223,113). Sum of RGB (Red+Green+Blue) = 200+223+113=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 113 (44.53% from 255 or 21.08% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #C8DF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DF71 is #37208E. Grayscale: #CCCCCC. Windows color (decimal): -3612815 or 7462856. OLE color: 7462856.
HSL color Cylindrical-coordinate representation of color #C8DF71: hue angle of 72.55º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8DF71 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 223 | 113 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.13 |
| HSL | 72.55º | 0.63% | 0.66% | - |
| HSV(B) | 72.55º | 0.49% | 0.87% | - |
| XYZ | 53.19 | 66.25 | 25.61 | - |
| YUV | 203.58 | 76.88 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 223 | 113 | 0.10 | 0 | 0.49 | 0.13 | 72.55 | 0.63 | 0.66 |
| Hex | C8 | DF | 71 | A | 0 | 31 | D | 49 | 3F | 42 |
| Octal | 310 | 337 | 161 | 12 | 0 | 61 | 15 | 111 | 77 | 102 |
| Binary | 11001000 | 11011111 | 1110001 | 1010 | 0 | 110001 | 1101 | 1001001 | 111111 | 1000010 |
Color Harmonies of #C8DF71
Complementary color
Monochromatic Colors of #C8DF71
Black with #C8DF71
Text Example
Text Example
White with #C8DF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DF71; }
p { color: rgb(200,223,113); }
H1.HeaderClassName
{
color: #C8DF71;
}
.AnyTagClassName
{
color: #C8DF71;
}
</style>
background-color css
<style>
a { background-color: #C8DF71; }
a { background-color: rgb(200,223,113); }
div.DivClassName
{
background-color: #C8DF71;
}
.BgClassName
{
background-color: #C8DF71;
}
</style>
border-color css
<style>
span { border-color: #C8DF71; }
span { border-color: rgb(200,223,113); }
td.TdClassName
{
border-color: #C8DF71;
}
.TagClassName
{
border-color: #C8DF71;
}
</style>