Shades of Sulu #C1DE8A
Tints of Sulu #C1DE8A
RGB
CMYK
RGB Variations
Color information
#C1DE8A (or 0xC1DE8A) is known color: Sulu. HEX triplet: C1, DE and 8A. RGB value is (193,222,138). Sum of RGB (Red+Green+Blue) = 193+222+138=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 222 - color contains mainly: green. Hex color #C1DE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DE8A is #3E2175. Grayscale: #CCCCCC. Windows color (decimal): -4071798 or 9100993. OLE color: 9100993.
HSL color Cylindrical-coordinate representation of color #C1DE8A: hue angle of 80.71º degrees, saturation: 0.56, 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 #C1DE8A is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 222 | 138 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.13 |
| HSL | 80.71º | 0.56% | 0.71% | - |
| HSV(B) | 80.71º | 0.38% | 0.87% | - |
| XYZ | 52.7 | 65.41 | 33.89 | - |
| YUV | 203.75 | 90.89 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 222 | 138 | 0.13 | 0 | 0.38 | 0.13 | 80.71 | 0.56 | 0.71 |
| Hex | C1 | DE | 8A | D | 0 | 26 | D | 51 | 38 | 47 |
| Octal | 301 | 336 | 212 | 15 | 0 | 46 | 15 | 121 | 70 | 107 |
| Binary | 11000001 | 11011110 | 10001010 | 1101 | 0 | 100110 | 1101 | 1010001 | 111000 | 1000111 |
Color Harmonies of #C1DE8A
Complementary color
Monochromatic Colors of #C1DE8A
Black with #C1DE8A
Text Example
Text Example
White with #C1DE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DE8A; }
p { color: rgb(193,222,138); }
H1.HeaderClassName
{
color: #C1DE8A;
}
.AnyTagClassName
{
color: #C1DE8A;
}
</style>
background-color css
<style>
a { background-color: #C1DE8A; }
a { background-color: rgb(193,222,138); }
div.DivClassName
{
background-color: #C1DE8A;
}
.BgClassName
{
background-color: #C1DE8A;
}
</style>
border-color css
<style>
span { border-color: #C1DE8A; }
span { border-color: rgb(193,222,138); }
td.TdClassName
{
border-color: #C1DE8A;
}
.TagClassName
{
border-color: #C1DE8A;
}
</style>