Shades of Sulu #C1EE64
Tints of Sulu #C1EE64
RGB
CMYK
RGB Variations
Color information
#C1EE64 (or 0xC1EE64) is known color: Sulu. HEX triplet: C1, EE and 64. RGB value is (193,238,100). Sum of RGB (Red+Green+Blue) = 193+238+100=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 100 (39.45% from 255 or 18.83% from 531); Max value from RGB is 238 - color contains mainly: green. Hex color #C1EE64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1EE64 is #3E119B. Grayscale: #D1D1D1. Windows color (decimal): -4067740 or 6614721. OLE color: 6614721.
HSL color Cylindrical-coordinate representation of color #C1EE64: hue angle of 79.57º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C1EE64 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 238 | 100 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.07 |
| HSL | 79.57º | 0.8% | 0.66% | - |
| HSV(B) | 79.57º | 0.58% | 0.93% | - |
| XYZ | 54.87 | 73.41 | 23.33 | - |
| YUV | 208.81 | 66.59 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 238 | 100 | 0.19 | 0 | 0.58 | 0.07 | 79.57 | 0.8 | 0.66 |
| Hex | C1 | EE | 64 | 13 | 0 | 3A | 7 | 50 | 50 | 42 |
| Octal | 301 | 356 | 144 | 23 | 0 | 72 | 7 | 120 | 120 | 102 |
| Binary | 11000001 | 11101110 | 1100100 | 10011 | 0 | 111010 | 111 | 1010000 | 1010000 | 1000010 |
Color Harmonies of #C1EE64
Complementary color
Monochromatic Colors of #C1EE64
Black with #C1EE64
Text Example
Text Example
White with #C1EE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EE64; }
p { color: rgb(193,238,100); }
H1.HeaderClassName
{
color: #C1EE64;
}
.AnyTagClassName
{
color: #C1EE64;
}
</style>
background-color css
<style>
a { background-color: #C1EE64; }
a { background-color: rgb(193,238,100); }
div.DivClassName
{
background-color: #C1EE64;
}
.BgClassName
{
background-color: #C1EE64;
}
</style>
border-color css
<style>
span { border-color: #C1EE64; }
span { border-color: rgb(193,238,100); }
td.TdClassName
{
border-color: #C1EE64;
}
.TagClassName
{
border-color: #C1EE64;
}
</style>