Shades of Sulu #C6DF71
Tints of Sulu #C6DF71
RGB
CMYK
RGB Variations
Color information
#C6DF71 (or 0xC6DF71) is known color: Sulu. HEX triplet: C6, DF and 71. RGB value is (198,223,113). Sum of RGB (Red+Green+Blue) = 198+223+113=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 113 (44.53% from 255 or 21.16% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DF71 is #39208E. Grayscale: #CBCBCB. Windows color (decimal): -3743887 or 7462854. OLE color: 7462854.
HSL color Cylindrical-coordinate representation of color #C6DF71: hue angle of 73.64º 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 #C6DF71 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 223 | 113 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.13 |
| HSL | 73.64º | 0.63% | 0.66% | - |
| HSV(B) | 73.64º | 0.49% | 0.87% | - |
| XYZ | 52.66 | 65.97 | 25.58 | - |
| YUV | 202.99 | 77.22 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 223 | 113 | 0.11 | 0 | 0.49 | 0.13 | 73.64 | 0.63 | 0.66 |
| Hex | C6 | DF | 71 | B | 0 | 31 | D | 4A | 3F | 42 |
| Octal | 306 | 337 | 161 | 13 | 0 | 61 | 15 | 112 | 77 | 102 |
| Binary | 11000110 | 11011111 | 1110001 | 1011 | 0 | 110001 | 1101 | 1001010 | 111111 | 1000010 |
Color Harmonies of #C6DF71
Complementary color
Monochromatic Colors of #C6DF71
Black with #C6DF71
Text Example
Text Example
White with #C6DF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DF71; }
p { color: rgb(198,223,113); }
H1.HeaderClassName
{
color: #C6DF71;
}
.AnyTagClassName
{
color: #C6DF71;
}
</style>
background-color css
<style>
a { background-color: #C6DF71; }
a { background-color: rgb(198,223,113); }
div.DivClassName
{
background-color: #C6DF71;
}
.BgClassName
{
background-color: #C6DF71;
}
</style>
border-color css
<style>
span { border-color: #C6DF71; }
span { border-color: rgb(198,223,113); }
td.TdClassName
{
border-color: #C6DF71;
}
.TagClassName
{
border-color: #C6DF71;
}
</style>