Shades of Sulu #C1E46B
Tints of Sulu #C1E46B
RGB
CMYK
RGB Variations
Color information
#C1E46B (or 0xC1E46B) is known color: Sulu. HEX triplet: C1, E4 and 6B. RGB value is (193,228,107). Sum of RGB (Red+Green+Blue) = 193+228+107=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 228 (89.45% from 255 or 43.18% from 528); Blue value is 107 (42.19% from 255 or 20.27% from 528); Max value from RGB is 228 - color contains mainly: green. Hex color #C1E46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1E46B is #3E1B94. Grayscale: #CCCCCC. Windows color (decimal): -4070293 or 7070913. OLE color: 7070913.
HSL color Cylindrical-coordinate representation of color #C1E46B: hue angle of 77.36º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1E46B is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 228 | 107 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.11 |
| HSL | 77.36º | 0.69% | 0.66% | - |
| HSV(B) | 77.36º | 0.53% | 0.89% | - |
| XYZ | 52.39 | 67.89 | 24.25 | - |
| YUV | 203.74 | 73.4 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 228 | 107 | 0.15 | 0 | 0.53 | 0.11 | 77.36 | 0.69 | 0.66 |
| Hex | C1 | E4 | 6B | F | 0 | 35 | B | 4D | 45 | 42 |
| Octal | 301 | 344 | 153 | 17 | 0 | 65 | 13 | 115 | 105 | 102 |
| Binary | 11000001 | 11100100 | 1101011 | 1111 | 0 | 110101 | 1011 | 1001101 | 1000101 | 1000010 |
Color Harmonies of #C1E46B
Complementary color
Monochromatic Colors of #C1E46B
Black with #C1E46B
Text Example
Text Example
White with #C1E46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E46B; }
p { color: rgb(193,228,107); }
H1.HeaderClassName
{
color: #C1E46B;
}
.AnyTagClassName
{
color: #C1E46B;
}
</style>
background-color css
<style>
a { background-color: #C1E46B; }
a { background-color: rgb(193,228,107); }
div.DivClassName
{
background-color: #C1E46B;
}
.BgClassName
{
background-color: #C1E46B;
}
</style>
border-color css
<style>
span { border-color: #C1E46B; }
span { border-color: rgb(193,228,107); }
td.TdClassName
{
border-color: #C1E46B;
}
.TagClassName
{
border-color: #C1E46B;
}
</style>