Shades of Sulu #C1E57B
Tints of Sulu #C1E57B
RGB
CMYK
RGB Variations
Color information
#C1E57B (or 0xC1E57B) is known color: Sulu. HEX triplet: C1, E5 and 7B. RGB value is (193,229,123). Sum of RGB (Red+Green+Blue) = 193+229+123=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 123 (48.44% from 255 or 22.57% from 545); Max value from RGB is 229 - color contains mainly: green. Hex color #C1E57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1E57B is #3E1A84. Grayscale: #CECECE. Windows color (decimal): -4070021 or 8119745. OLE color: 8119745.
HSL color Cylindrical-coordinate representation of color #C1E57B: hue angle of 80.38º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1E57B is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 229 | 123 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.10 |
| HSL | 80.38º | 0.67% | 0.69% | - |
| HSV(B) | 80.38º | 0.46% | 0.9% | - |
| XYZ | 53.59 | 68.81 | 29.2 | - |
| YUV | 206.15 | 81.07 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 229 | 123 | 0.16 | 0 | 0.46 | 0.10 | 80.38 | 0.67 | 0.69 |
| Hex | C1 | E5 | 7B | 10 | 0 | 2E | A | 50 | 43 | 45 |
| Octal | 301 | 345 | 173 | 20 | 0 | 56 | 12 | 120 | 103 | 105 |
| Binary | 11000001 | 11100101 | 1111011 | 10000 | 0 | 101110 | 1010 | 1010000 | 1000011 | 1000101 |
Color Harmonies of #C1E57B
Complementary color
Monochromatic Colors of #C1E57B
Black with #C1E57B
Text Example
Text Example
White with #C1E57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E57B; }
p { color: rgb(193,229,123); }
H1.HeaderClassName
{
color: #C1E57B;
}
.AnyTagClassName
{
color: #C1E57B;
}
</style>
background-color css
<style>
a { background-color: #C1E57B; }
a { background-color: rgb(193,229,123); }
div.DivClassName
{
background-color: #C1E57B;
}
.BgClassName
{
background-color: #C1E57B;
}
</style>
border-color css
<style>
span { border-color: #C1E57B; }
span { border-color: rgb(193,229,123); }
td.TdClassName
{
border-color: #C1E57B;
}
.TagClassName
{
border-color: #C1E57B;
}
</style>