Shades of Sulu #C1EB7E
Tints of Sulu #C1EB7E
RGB
CMYK
RGB Variations
Color information
#C1EB7E (or 0xC1EB7E) is known color: Sulu. HEX triplet: C1, EB and 7E. RGB value is (193,235,126). Sum of RGB (Red+Green+Blue) = 193+235+126=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 235 (92.19% from 255 or 42.42% from 554); Blue value is 126 (49.61% from 255 or 22.74% from 554); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EB7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1EB7E is #3E1481. Grayscale: #D2D2D2. Windows color (decimal): -4068482 or 8317889. OLE color: 8317889.
HSL color Cylindrical-coordinate representation of color #C1EB7E: hue angle of 83.12º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1EB7E is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 235 | 126 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.08 |
| HSL | 83.12º | 0.73% | 0.71% | - |
| HSV(B) | 83.12º | 0.46% | 0.92% | - |
| XYZ | 55.47 | 72.26 | 30.76 | - |
| YUV | 210.02 | 80.59 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 235 | 126 | 0.18 | 0 | 0.46 | 0.08 | 83.12 | 0.73 | 0.71 |
| Hex | C1 | EB | 7E | 12 | 0 | 2E | 8 | 53 | 49 | 47 |
| Octal | 301 | 353 | 176 | 22 | 0 | 56 | 10 | 123 | 111 | 107 |
| Binary | 11000001 | 11101011 | 1111110 | 10010 | 0 | 101110 | 1000 | 1010011 | 1001001 | 1000111 |
Color Harmonies of #C1EB7E
Complementary color
Monochromatic Colors of #C1EB7E
Black with #C1EB7E
Text Example
Text Example
White with #C1EB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EB7E; }
p { color: rgb(193,235,126); }
H1.HeaderClassName
{
color: #C1EB7E;
}
.AnyTagClassName
{
color: #C1EB7E;
}
</style>
background-color css
<style>
a { background-color: #C1EB7E; }
a { background-color: rgb(193,235,126); }
div.DivClassName
{
background-color: #C1EB7E;
}
.BgClassName
{
background-color: #C1EB7E;
}
</style>
border-color css
<style>
span { border-color: #C1EB7E; }
span { border-color: rgb(193,235,126); }
td.TdClassName
{
border-color: #C1EB7E;
}
.TagClassName
{
border-color: #C1EB7E;
}
</style>