Shades of Sulu #C1DE8B
Tints of Sulu #C1DE8B
RGB
CMYK
RGB Variations
Color information
#C1DE8B (or 0xC1DE8B) is known color: Sulu. HEX triplet: C1, DE and 8B. RGB value is (193,222,139). Sum of RGB (Red+Green+Blue) = 193+222+139=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 139 (54.69% from 255 or 25.09% from 554); Max value from RGB is 222 - color contains mainly: green. Hex color #C1DE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DE8B is #3E2174. Grayscale: #CCCCCC. Windows color (decimal): -4071797 or 9166529. OLE color: 9166529.
HSL color Cylindrical-coordinate representation of color #C1DE8B: hue angle of 80.96º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C1DE8B is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 222 | 139 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.13 |
| HSL | 80.96º | 0.56% | 0.71% | - |
| HSV(B) | 80.96º | 0.37% | 0.87% | - |
| XYZ | 52.77 | 65.44 | 34.28 | - |
| YUV | 203.87 | 91.39 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 222 | 139 | 0.13 | 0 | 0.37 | 0.13 | 80.96 | 0.56 | 0.71 |
| Hex | C1 | DE | 8B | D | 0 | 25 | D | 51 | 38 | 47 |
| Octal | 301 | 336 | 213 | 15 | 0 | 45 | 15 | 121 | 70 | 107 |
| Binary | 11000001 | 11011110 | 10001011 | 1101 | 0 | 100101 | 1101 | 1010001 | 111000 | 1000111 |
Color Harmonies of #C1DE8B
Complementary color
Monochromatic Colors of #C1DE8B
Black with #C1DE8B
Text Example
Text Example
White with #C1DE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DE8B; }
p { color: rgb(193,222,139); }
H1.HeaderClassName
{
color: #C1DE8B;
}
.AnyTagClassName
{
color: #C1DE8B;
}
</style>
background-color css
<style>
a { background-color: #C1DE8B; }
a { background-color: rgb(193,222,139); }
div.DivClassName
{
background-color: #C1DE8B;
}
.BgClassName
{
background-color: #C1DE8B;
}
</style>
border-color css
<style>
span { border-color: #C1DE8B; }
span { border-color: rgb(193,222,139); }
td.TdClassName
{
border-color: #C1DE8B;
}
.TagClassName
{
border-color: #C1DE8B;
}
</style>