Shades of Sulu #C1FC7D
Tints of Sulu #C1FC7D
RGB
CMYK
RGB Variations
Color information
#C1FC7D (or 0xC1FC7D) is known color: Sulu. HEX triplet: C1, FC and 7D. RGB value is (193,252,125). Sum of RGB (Red+Green+Blue) = 193+252+125=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 125 (49.22% from 255 or 21.93% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #C1FC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FC7D is #3E0382. Grayscale: #DCDCDC. Windows color (decimal): -4064131 or 8256705. OLE color: 8256705.
HSL color Cylindrical-coordinate representation of color #C1FC7D: hue angle of 87.87º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1FC7D is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 252 | 125 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.01 |
| HSL | 87.87º | 0.95% | 0.74% | - |
| HSV(B) | 87.87º | 0.5% | 0.99% | - |
| XYZ | 60.5 | 82.44 | 32.13 | - |
| YUV | 219.88 | 74.45 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 252 | 125 | 0.23 | 0 | 0.50 | 0.01 | 87.87 | 0.95 | 0.74 |
| Hex | C1 | FC | 7D | 17 | 0 | 32 | 1 | 58 | 5F | 4A |
| Octal | 301 | 374 | 175 | 27 | 0 | 62 | 1 | 130 | 137 | 112 |
| Binary | 11000001 | 11111100 | 1111101 | 10111 | 0 | 110010 | 1 | 1011000 | 1011111 | 1001010 |
Color Harmonies of #C1FC7D
Complementary color
Monochromatic Colors of #C1FC7D
Black with #C1FC7D
Text Example
Text Example
White with #C1FC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FC7D; }
p { color: rgb(193,252,125); }
H1.HeaderClassName
{
color: #C1FC7D;
}
.AnyTagClassName
{
color: #C1FC7D;
}
</style>
background-color css
<style>
a { background-color: #C1FC7D; }
a { background-color: rgb(193,252,125); }
div.DivClassName
{
background-color: #C1FC7D;
}
.BgClassName
{
background-color: #C1FC7D;
}
</style>
border-color css
<style>
span { border-color: #C1FC7D; }
span { border-color: rgb(193,252,125); }
td.TdClassName
{
border-color: #C1FC7D;
}
.TagClassName
{
border-color: #C1FC7D;
}
</style>