Shades of Sulu #C1DB7E
Tints of Sulu #C1DB7E
RGB
CMYK
RGB Variations
Color information
#C1DB7E (or 0xC1DB7E) is known color: Sulu. HEX triplet: C1, DB and 7E. RGB value is (193,219,126). Sum of RGB (Red+Green+Blue) = 193+219+126=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 126 (49.61% from 255 or 23.42% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DB7E is #3E2481. Grayscale: #C8C8C8. Windows color (decimal): -4072578 or 8313793. OLE color: 8313793.
HSL color Cylindrical-coordinate representation of color #C1DB7E: hue angle of 76.77º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1DB7E is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 219 | 126 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.14 |
| HSL | 76.77º | 0.56% | 0.68% | - |
| HSV(B) | 76.77º | 0.42% | 0.86% | - |
| XYZ | 51.09 | 63.51 | 29.3 | - |
| YUV | 200.62 | 85.89 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 126 | 0.12 | 0 | 0.42 | 0.14 | 76.77 | 0.56 | 0.68 |
| Hex | C1 | DB | 7E | C | 0 | 2A | E | 4D | 38 | 44 |
| Octal | 301 | 333 | 176 | 14 | 0 | 52 | 16 | 115 | 70 | 104 |
| Binary | 11000001 | 11011011 | 1111110 | 1100 | 0 | 101010 | 1110 | 1001101 | 111000 | 1000100 |
Color Harmonies of #C1DB7E
Complementary color
Monochromatic Colors of #C1DB7E
Black with #C1DB7E
Text Example
Text Example
White with #C1DB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DB7E; }
p { color: rgb(193,219,126); }
H1.HeaderClassName
{
color: #C1DB7E;
}
.AnyTagClassName
{
color: #C1DB7E;
}
</style>
background-color css
<style>
a { background-color: #C1DB7E; }
a { background-color: rgb(193,219,126); }
div.DivClassName
{
background-color: #C1DB7E;
}
.BgClassName
{
background-color: #C1DB7E;
}
</style>
border-color css
<style>
span { border-color: #C1DB7E; }
span { border-color: rgb(193,219,126); }
td.TdClassName
{
border-color: #C1DB7E;
}
.TagClassName
{
border-color: #C1DB7E;
}
</style>