Shades of Sulu #C1DB8A
Tints of Sulu #C1DB8A
RGB
CMYK
RGB Variations
Color information
#C1DB8A (or 0xC1DB8A) is known color: Sulu. HEX triplet: C1, DB and 8A. RGB value is (193,219,138). Sum of RGB (Red+Green+Blue) = 193+219+138=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 138 (54.30% from 255 or 25.09% from 550); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DB8A is #3E2475. Grayscale: #CACACA. Windows color (decimal): -4072566 or 9100225. OLE color: 9100225.
HSL color Cylindrical-coordinate representation of color #C1DB8A: hue angle of 79.26º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C1DB8A is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 219 | 138 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.14 |
| HSL | 79.26º | 0.53% | 0.7% | - |
| HSV(B) | 79.26º | 0.37% | 0.86% | - |
| XYZ | 51.91 | 63.84 | 33.63 | - |
| YUV | 201.99 | 91.89 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 138 | 0.12 | 0 | 0.37 | 0.14 | 79.26 | 0.53 | 0.7 |
| Hex | C1 | DB | 8A | C | 0 | 25 | E | 4F | 35 | 46 |
| Octal | 301 | 333 | 212 | 14 | 0 | 45 | 16 | 117 | 65 | 106 |
| Binary | 11000001 | 11011011 | 10001010 | 1100 | 0 | 100101 | 1110 | 1001111 | 110101 | 1000110 |
Color Harmonies of #C1DB8A
Complementary color
Monochromatic Colors of #C1DB8A
Black with #C1DB8A
Text Example
Text Example
White with #C1DB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DB8A; }
p { color: rgb(193,219,138); }
H1.HeaderClassName
{
color: #C1DB8A;
}
.AnyTagClassName
{
color: #C1DB8A;
}
</style>
background-color css
<style>
a { background-color: #C1DB8A; }
a { background-color: rgb(193,219,138); }
div.DivClassName
{
background-color: #C1DB8A;
}
.BgClassName
{
background-color: #C1DB8A;
}
</style>
border-color css
<style>
span { border-color: #C1DB8A; }
span { border-color: rgb(193,219,138); }
td.TdClassName
{
border-color: #C1DB8A;
}
.TagClassName
{
border-color: #C1DB8A;
}
</style>