Shades of Sulu #C1EF7E
Tints of Sulu #C1EF7E
RGB
CMYK
RGB Variations
Color information
#C1EF7E (or 0xC1EF7E) is known color: Sulu. HEX triplet: C1, EF and 7E. RGB value is (193,239,126). Sum of RGB (Red+Green+Blue) = 193+239+126=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 126 (49.61% from 255 or 22.58% from 558); Max value from RGB is 239 - color contains mainly: green. Hex color #C1EF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1EF7E is #3E1081. Grayscale: #D4D4D4. Windows color (decimal): -4067458 or 8318913. OLE color: 8318913.
HSL color Cylindrical-coordinate representation of color #C1EF7E: hue angle of 84.42º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C1EF7E is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 239 | 126 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.06 |
| HSL | 84.42º | 0.78% | 0.72% | - |
| HSV(B) | 84.42º | 0.47% | 0.94% | - |
| XYZ | 56.62 | 74.58 | 31.15 | - |
| YUV | 212.36 | 79.26 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 239 | 126 | 0.19 | 0 | 0.47 | 0.06 | 84.42 | 0.78 | 0.72 |
| Hex | C1 | EF | 7E | 13 | 0 | 2F | 6 | 54 | 4E | 48 |
| Octal | 301 | 357 | 176 | 23 | 0 | 57 | 6 | 124 | 116 | 110 |
| Binary | 11000001 | 11101111 | 1111110 | 10011 | 0 | 101111 | 110 | 1010100 | 1001110 | 1001000 |
Color Harmonies of #C1EF7E
Complementary color
Monochromatic Colors of #C1EF7E
Black with #C1EF7E
Text Example
Text Example
White with #C1EF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EF7E; }
p { color: rgb(193,239,126); }
H1.HeaderClassName
{
color: #C1EF7E;
}
.AnyTagClassName
{
color: #C1EF7E;
}
</style>
background-color css
<style>
a { background-color: #C1EF7E; }
a { background-color: rgb(193,239,126); }
div.DivClassName
{
background-color: #C1EF7E;
}
.BgClassName
{
background-color: #C1EF7E;
}
</style>
border-color css
<style>
span { border-color: #C1EF7E; }
span { border-color: rgb(193,239,126); }
td.TdClassName
{
border-color: #C1EF7E;
}
.TagClassName
{
border-color: #C1EF7E;
}
</style>