Shades of Sulu #C1DF85
Tints of Sulu #C1DF85
RGB
CMYK
RGB Variations
Color information
#C1DF85 (or 0xC1DF85) is known color: Sulu. HEX triplet: C1, DF and 85. RGB value is (193,223,133). Sum of RGB (Red+Green+Blue) = 193+223+133=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DF85 is #3E207A. Grayscale: #CCCCCC. Windows color (decimal): -4071547 or 8773569. OLE color: 8773569.
HSL color Cylindrical-coordinate representation of color #C1DF85: hue angle of 80º 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 #C1DF85 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 223 | 133 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.13 |
| HSL | 80º | 0.58% | 0.7% | - |
| HSV(B) | 80º | 0.4% | 0.87% | - |
| XYZ | 52.61 | 65.81 | 32.12 | - |
| YUV | 203.77 | 88.06 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 223 | 133 | 0.13 | 0 | 0.40 | 0.13 | 80 | 0.58 | 0.7 |
| Hex | C1 | DF | 85 | D | 0 | 28 | D | 50 | 3A | 46 |
| Octal | 301 | 337 | 205 | 15 | 0 | 50 | 15 | 120 | 72 | 106 |
| Binary | 11000001 | 11011111 | 10000101 | 1101 | 0 | 101000 | 1101 | 1010000 | 111010 | 1000110 |
Color Harmonies of #C1DF85
Complementary color
Monochromatic Colors of #C1DF85
Black with #C1DF85
Text Example
Text Example
White with #C1DF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DF85; }
p { color: rgb(193,223,133); }
H1.HeaderClassName
{
color: #C1DF85;
}
.AnyTagClassName
{
color: #C1DF85;
}
</style>
background-color css
<style>
a { background-color: #C1DF85; }
a { background-color: rgb(193,223,133); }
div.DivClassName
{
background-color: #C1DF85;
}
.BgClassName
{
background-color: #C1DF85;
}
</style>
border-color css
<style>
span { border-color: #C1DF85; }
span { border-color: rgb(193,223,133); }
td.TdClassName
{
border-color: #C1DF85;
}
.TagClassName
{
border-color: #C1DF85;
}
</style>