Shades of Sulu #C1E27B
Tints of Sulu #C1E27B
RGB
CMYK
RGB Variations
Color information
#C1E27B (or 0xC1E27B) is known color: Sulu. HEX triplet: C1, E2 and 7B. RGB value is (193,226,123). Sum of RGB (Red+Green+Blue) = 193+226+123=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 226 (88.67% from 255 or 41.70% from 542); Blue value is 123 (48.44% from 255 or 22.69% from 542); Max value from RGB is 226 - color contains mainly: green. Hex color #C1E27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1E27B is #3E1D84. Grayscale: #CCCCCC. Windows color (decimal): -4070789 or 8118977. OLE color: 8118977.
HSL color Cylindrical-coordinate representation of color #C1E27B: hue angle of 79.22º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1E27B is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 226 | 123 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.11 |
| HSL | 79.22º | 0.64% | 0.68% | - |
| HSV(B) | 79.22º | 0.46% | 0.89% | - |
| XYZ | 52.76 | 67.16 | 28.92 | - |
| YUV | 204.39 | 82.07 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 226 | 123 | 0.15 | 0 | 0.46 | 0.11 | 79.22 | 0.64 | 0.68 |
| Hex | C1 | E2 | 7B | F | 0 | 2E | B | 4F | 40 | 44 |
| Octal | 301 | 342 | 173 | 17 | 0 | 56 | 13 | 117 | 100 | 104 |
| Binary | 11000001 | 11100010 | 1111011 | 1111 | 0 | 101110 | 1011 | 1001111 | 1000000 | 1000100 |
Color Harmonies of #C1E27B
Complementary color
Monochromatic Colors of #C1E27B
Black with #C1E27B
Text Example
Text Example
White with #C1E27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E27B; }
p { color: rgb(193,226,123); }
H1.HeaderClassName
{
color: #C1E27B;
}
.AnyTagClassName
{
color: #C1E27B;
}
</style>
background-color css
<style>
a { background-color: #C1E27B; }
a { background-color: rgb(193,226,123); }
div.DivClassName
{
background-color: #C1E27B;
}
.BgClassName
{
background-color: #C1E27B;
}
</style>
border-color css
<style>
span { border-color: #C1E27B; }
span { border-color: rgb(193,226,123); }
td.TdClassName
{
border-color: #C1E27B;
}
.TagClassName
{
border-color: #C1E27B;
}
</style>