Shades of Sulu #C1EE69
Tints of Sulu #C1EE69
RGB
CMYK
RGB Variations
Color information
#C1EE69 (or 0xC1EE69) is known color: Sulu. HEX triplet: C1, EE and 69. RGB value is (193,238,105). Sum of RGB (Red+Green+Blue) = 193+238+105=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 105 (41.41% from 255 or 19.59% from 536); Max value from RGB is 238 - color contains mainly: green. Hex color #C1EE69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1EE69 is #3E1196. Grayscale: #D1D1D1. Windows color (decimal): -4067735 or 6942401. OLE color: 6942401.
HSL color Cylindrical-coordinate representation of color #C1EE69: hue angle of 80.3º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C1EE69 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 238 | 105 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.07 |
| HSL | 80.3º | 0.8% | 0.67% | - |
| HSV(B) | 80.3º | 0.56% | 0.93% | - |
| XYZ | 55.12 | 73.51 | 24.65 | - |
| YUV | 209.38 | 69.09 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 238 | 105 | 0.19 | 0 | 0.56 | 0.07 | 80.3 | 0.8 | 0.67 |
| Hex | C1 | EE | 69 | 13 | 0 | 38 | 7 | 50 | 50 | 43 |
| Octal | 301 | 356 | 151 | 23 | 0 | 70 | 7 | 120 | 120 | 103 |
| Binary | 11000001 | 11101110 | 1101001 | 10011 | 0 | 111000 | 111 | 1010000 | 1010000 | 1000011 |
Color Harmonies of #C1EE69
Complementary color
Monochromatic Colors of #C1EE69
Black with #C1EE69
Text Example
Text Example
White with #C1EE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EE69; }
p { color: rgb(193,238,105); }
H1.HeaderClassName
{
color: #C1EE69;
}
.AnyTagClassName
{
color: #C1EE69;
}
</style>
background-color css
<style>
a { background-color: #C1EE69; }
a { background-color: rgb(193,238,105); }
div.DivClassName
{
background-color: #C1EE69;
}
.BgClassName
{
background-color: #C1EE69;
}
</style>
border-color css
<style>
span { border-color: #C1EE69; }
span { border-color: rgb(193,238,105); }
td.TdClassName
{
border-color: #C1EE69;
}
.TagClassName
{
border-color: #C1EE69;
}
</style>