Shades of Sulu #C1E27F
Tints of Sulu #C1E27F
RGB
CMYK
RGB Variations
Color information
#C1E27F (or 0xC1E27F) is known color: Sulu. HEX triplet: C1, E2 and 7F. RGB value is (193,226,127). Sum of RGB (Red+Green+Blue) = 193+226+127=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 226 (88.67% from 255 or 41.39% from 546); Blue value is 127 (50% from 255 or 23.26% from 546); Max value from RGB is 226 - color contains mainly: green. Hex color #C1E27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1E27F is #3E1D80. Grayscale: #CDCDCD. Windows color (decimal): -4070785 or 8381121. OLE color: 8381121.
HSL color Cylindrical-coordinate representation of color #C1E27F: hue angle of 80º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1E27F is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 226 | 127 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.11 |
| HSL | 80º | 0.63% | 0.69% | - |
| HSV(B) | 80º | 0.44% | 0.89% | - |
| XYZ | 53.02 | 67.26 | 30.27 | - |
| YUV | 204.85 | 84.07 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 226 | 127 | 0.15 | 0 | 0.44 | 0.11 | 80 | 0.63 | 0.69 |
| Hex | C1 | E2 | 7F | F | 0 | 2C | B | 50 | 3F | 45 |
| Octal | 301 | 342 | 177 | 17 | 0 | 54 | 13 | 120 | 77 | 105 |
| Binary | 11000001 | 11100010 | 1111111 | 1111 | 0 | 101100 | 1011 | 1010000 | 111111 | 1000101 |
Color Harmonies of #C1E27F
Complementary color
Monochromatic Colors of #C1E27F
Black with #C1E27F
Text Example
Text Example
White with #C1E27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E27F; }
p { color: rgb(193,226,127); }
H1.HeaderClassName
{
color: #C1E27F;
}
.AnyTagClassName
{
color: #C1E27F;
}
</style>
background-color css
<style>
a { background-color: #C1E27F; }
a { background-color: rgb(193,226,127); }
div.DivClassName
{
background-color: #C1E27F;
}
.BgClassName
{
background-color: #C1E27F;
}
</style>
border-color css
<style>
span { border-color: #C1E27F; }
span { border-color: rgb(193,226,127); }
td.TdClassName
{
border-color: #C1E27F;
}
.TagClassName
{
border-color: #C1E27F;
}
</style>