Shades of Sulu #C1EB7D
Tints of Sulu #C1EB7D
RGB
CMYK
RGB Variations
Color information
#C1EB7D (or 0xC1EB7D) is known color: Sulu. HEX triplet: C1, EB and 7D. RGB value is (193,235,125). Sum of RGB (Red+Green+Blue) = 193+235+125=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EB7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1EB7D is #3E1482. Grayscale: #D2D2D2. Windows color (decimal): -4068483 or 8252353. OLE color: 8252353.
HSL color Cylindrical-coordinate representation of color #C1EB7D: hue angle of 82.91º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C1EB7D is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 235 | 125 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.08 |
| HSL | 82.91º | 0.73% | 0.71% | - |
| HSV(B) | 82.91º | 0.47% | 0.92% | - |
| XYZ | 55.4 | 72.23 | 30.42 | - |
| YUV | 209.9 | 80.09 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 235 | 125 | 0.18 | 0 | 0.47 | 0.08 | 82.91 | 0.73 | 0.71 |
| Hex | C1 | EB | 7D | 12 | 0 | 2F | 8 | 53 | 49 | 47 |
| Octal | 301 | 353 | 175 | 22 | 0 | 57 | 10 | 123 | 111 | 107 |
| Binary | 11000001 | 11101011 | 1111101 | 10010 | 0 | 101111 | 1000 | 1010011 | 1001001 | 1000111 |
Color Harmonies of #C1EB7D
Complementary color
Monochromatic Colors of #C1EB7D
Black with #C1EB7D
Text Example
Text Example
White with #C1EB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EB7D; }
p { color: rgb(193,235,125); }
H1.HeaderClassName
{
color: #C1EB7D;
}
.AnyTagClassName
{
color: #C1EB7D;
}
</style>
background-color css
<style>
a { background-color: #C1EB7D; }
a { background-color: rgb(193,235,125); }
div.DivClassName
{
background-color: #C1EB7D;
}
.BgClassName
{
background-color: #C1EB7D;
}
</style>
border-color css
<style>
span { border-color: #C1EB7D; }
span { border-color: rgb(193,235,125); }
td.TdClassName
{
border-color: #C1EB7D;
}
.TagClassName
{
border-color: #C1EB7D;
}
</style>