Shades of Sulu #C6DF85
Tints of Sulu #C6DF85
RGB
CMYK
RGB Variations
Color information
#C6DF85 (or 0xC6DF85) is known color: Sulu. HEX triplet: C6, DF and 85. RGB value is (198,223,133). Sum of RGB (Red+Green+Blue) = 198+223+133=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DF85 is #39207A. Grayscale: #CDCDCD. Windows color (decimal): -3743867 or 8773574. OLE color: 8773574.
HSL color Cylindrical-coordinate representation of color #C6DF85: hue angle of 76.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C6DF85 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 223 | 133 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.13 |
| HSL | 76.67º | 0.58% | 0.7% | - |
| HSV(B) | 76.67º | 0.4% | 0.87% | - |
| XYZ | 53.91 | 66.47 | 32.18 | - |
| YUV | 205.27 | 87.22 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 223 | 133 | 0.11 | 0 | 0.40 | 0.13 | 76.67 | 0.58 | 0.7 |
| Hex | C6 | DF | 85 | B | 0 | 28 | D | 4D | 3A | 46 |
| Octal | 306 | 337 | 205 | 13 | 0 | 50 | 15 | 115 | 72 | 106 |
| Binary | 11000110 | 11011111 | 10000101 | 1011 | 0 | 101000 | 1101 | 1001101 | 111010 | 1000110 |
Color Harmonies of #C6DF85
Complementary color
Monochromatic Colors of #C6DF85
Black with #C6DF85
Text Example
Text Example
White with #C6DF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DF85; }
p { color: rgb(198,223,133); }
H1.HeaderClassName
{
color: #C6DF85;
}
.AnyTagClassName
{
color: #C6DF85;
}
</style>
background-color css
<style>
a { background-color: #C6DF85; }
a { background-color: rgb(198,223,133); }
div.DivClassName
{
background-color: #C6DF85;
}
.BgClassName
{
background-color: #C6DF85;
}
</style>
border-color css
<style>
span { border-color: #C6DF85; }
span { border-color: rgb(198,223,133); }
td.TdClassName
{
border-color: #C6DF85;
}
.TagClassName
{
border-color: #C6DF85;
}
</style>