Shades of Sulu #C1EC67
Tints of Sulu #C1EC67
RGB
CMYK
RGB Variations
Color information
#C1EC67 (or 0xC1EC67) is known color: Sulu. HEX triplet: C1, EC and 67. RGB value is (193,236,103). Sum of RGB (Red+Green+Blue) = 193+236+103=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 103 (40.62% from 255 or 19.36% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #C1EC67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1EC67 is #3E1398. Grayscale: #D0D0D0. Windows color (decimal): -4068249 or 6810817. OLE color: 6810817.
HSL color Cylindrical-coordinate representation of color #C1EC67: hue angle of 79.4º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C1EC67 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 236 | 103 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.07 |
| HSL | 79.4º | 0.78% | 0.66% | - |
| HSV(B) | 79.4º | 0.56% | 0.93% | - |
| XYZ | 54.44 | 72.31 | 23.92 | - |
| YUV | 207.98 | 68.75 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 236 | 103 | 0.18 | 0 | 0.56 | 0.07 | 79.4 | 0.78 | 0.66 |
| Hex | C1 | EC | 67 | 12 | 0 | 38 | 7 | 4F | 4E | 42 |
| Octal | 301 | 354 | 147 | 22 | 0 | 70 | 7 | 117 | 116 | 102 |
| Binary | 11000001 | 11101100 | 1100111 | 10010 | 0 | 111000 | 111 | 1001111 | 1001110 | 1000010 |
Color Harmonies of #C1EC67
Complementary color
Monochromatic Colors of #C1EC67
Black with #C1EC67
Text Example
Text Example
White with #C1EC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EC67; }
p { color: rgb(193,236,103); }
H1.HeaderClassName
{
color: #C1EC67;
}
.AnyTagClassName
{
color: #C1EC67;
}
</style>
background-color css
<style>
a { background-color: #C1EC67; }
a { background-color: rgb(193,236,103); }
div.DivClassName
{
background-color: #C1EC67;
}
.BgClassName
{
background-color: #C1EC67;
}
</style>
border-color css
<style>
span { border-color: #C1EC67; }
span { border-color: rgb(193,236,103); }
td.TdClassName
{
border-color: #C1EC67;
}
.TagClassName
{
border-color: #C1EC67;
}
</style>