Shades of Sulu #C1DF8B
Tints of Sulu #C1DF8B
RGB
CMYK
RGB Variations
Color information
#C1DF8B (or 0xC1DF8B) is known color: Sulu. HEX triplet: C1, DF and 8B. RGB value is (193,223,139). Sum of RGB (Red+Green+Blue) = 193+223+139=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 139 (54.69% from 255 or 25.05% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DF8B is #3E2074. Grayscale: #CCCCCC. Windows color (decimal): -4071541 or 9166785. OLE color: 9166785.
HSL color Cylindrical-coordinate representation of color #C1DF8B: hue angle of 81.43º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1DF8B is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 223 | 139 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.13 |
| HSL | 81.43º | 0.57% | 0.71% | - |
| HSV(B) | 81.43º | 0.38% | 0.87% | - |
| XYZ | 53.04 | 65.98 | 34.37 | - |
| YUV | 204.45 | 91.06 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 223 | 139 | 0.13 | 0 | 0.38 | 0.13 | 81.43 | 0.57 | 0.71 |
| Hex | C1 | DF | 8B | D | 0 | 26 | D | 51 | 39 | 47 |
| Octal | 301 | 337 | 213 | 15 | 0 | 46 | 15 | 121 | 71 | 107 |
| Binary | 11000001 | 11011111 | 10001011 | 1101 | 0 | 100110 | 1101 | 1010001 | 111001 | 1000111 |
Color Harmonies of #C1DF8B
Complementary color
Monochromatic Colors of #C1DF8B
Black with #C1DF8B
Text Example
Text Example
White with #C1DF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DF8B; }
p { color: rgb(193,223,139); }
H1.HeaderClassName
{
color: #C1DF8B;
}
.AnyTagClassName
{
color: #C1DF8B;
}
</style>
background-color css
<style>
a { background-color: #C1DF8B; }
a { background-color: rgb(193,223,139); }
div.DivClassName
{
background-color: #C1DF8B;
}
.BgClassName
{
background-color: #C1DF8B;
}
</style>
border-color css
<style>
span { border-color: #C1DF8B; }
span { border-color: rgb(193,223,139); }
td.TdClassName
{
border-color: #C1DF8B;
}
.TagClassName
{
border-color: #C1DF8B;
}
</style>