Shades of Sulu #C1DE7B
Tints of Sulu #C1DE7B
RGB
CMYK
RGB Variations
Color information
#C1DE7B (or 0xC1DE7B) is known color: Sulu. HEX triplet: C1, DE and 7B. RGB value is (193,222,123). Sum of RGB (Red+Green+Blue) = 193+222+123=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 123 (48.44% from 255 or 22.86% from 538); Max value from RGB is 222 - color contains mainly: green. Hex color #C1DE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DE7B is #3E2184. Grayscale: #CACACA. Windows color (decimal): -4071813 or 8117953. OLE color: 8117953.
HSL color Cylindrical-coordinate representation of color #C1DE7B: hue angle of 77.58º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C1DE7B is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 222 | 123 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.13 |
| HSL | 77.58º | 0.6% | 0.68% | - |
| HSV(B) | 77.58º | 0.45% | 0.87% | - |
| XYZ | 51.69 | 65.01 | 28.56 | - |
| YUV | 202.04 | 83.39 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 222 | 123 | 0.13 | 0 | 0.45 | 0.13 | 77.58 | 0.6 | 0.68 |
| Hex | C1 | DE | 7B | D | 0 | 2D | D | 4E | 3C | 44 |
| Octal | 301 | 336 | 173 | 15 | 0 | 55 | 15 | 116 | 74 | 104 |
| Binary | 11000001 | 11011110 | 1111011 | 1101 | 0 | 101101 | 1101 | 1001110 | 111100 | 1000100 |
Color Harmonies of #C1DE7B
Complementary color
Monochromatic Colors of #C1DE7B
Black with #C1DE7B
Text Example
Text Example
White with #C1DE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DE7B; }
p { color: rgb(193,222,123); }
H1.HeaderClassName
{
color: #C1DE7B;
}
.AnyTagClassName
{
color: #C1DE7B;
}
</style>
background-color css
<style>
a { background-color: #C1DE7B; }
a { background-color: rgb(193,222,123); }
div.DivClassName
{
background-color: #C1DE7B;
}
.BgClassName
{
background-color: #C1DE7B;
}
</style>
border-color css
<style>
span { border-color: #C1DE7B; }
span { border-color: rgb(193,222,123); }
td.TdClassName
{
border-color: #C1DE7B;
}
.TagClassName
{
border-color: #C1DE7B;
}
</style>