Shades of Green Yellow #C1F825
Tints of Green Yellow #C1F825
RGB
CMYK
RGB Variations
Color information
#C1F825 (or 0xC1F825) is known color: Green Yellow. HEX triplet: C1, F8 and 25. RGB value is (193,248,37). Sum of RGB (Red+Green+Blue) = 193+248+37=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 248 (97.27% from 255 or 51.88% from 478); Blue value is 37 (14.84% from 255 or 7.74% from 478); Max value from RGB is 248 - color contains mainly: green. Hex color #C1F825 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1F825 is #3E07DA. Grayscale: #D0D0D0. Windows color (decimal): -4065243 or 2488513. OLE color: 2488513.
HSL color Cylindrical-coordinate representation of color #C1F825: hue angle of 75.64º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1F825 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 248 | 37 | - |
| CMYK | 0.22 | 0 | 0.85 | 0.03 |
| HSL | 75.64º | 0.94% | 0.56% | - |
| HSV(B) | 75.64º | 0.85% | 0.97% | - |
| XYZ | 55.89 | 78.61 | 13.98 | - |
| YUV | 207.5 | 31.78 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 248 | 37 | 0.22 | 0 | 0.85 | 0.03 | 75.64 | 0.94 | 0.56 |
| Hex | C1 | F8 | 25 | 16 | 0 | 55 | 3 | 4C | 5E | 38 |
| Octal | 301 | 370 | 45 | 26 | 0 | 125 | 3 | 114 | 136 | 70 |
| Binary | 11000001 | 11111000 | 100101 | 10110 | 0 | 1010101 | 11 | 1001100 | 1011110 | 111000 |
Color Harmonies of #C1F825
Complementary color
Monochromatic Colors of #C1F825
Black with #C1F825
Text Example
Text Example
White with #C1F825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F825; }
p { color: rgb(193,248,37); }
H1.HeaderClassName
{
color: #C1F825;
}
.AnyTagClassName
{
color: #C1F825;
}
</style>
background-color css
<style>
a { background-color: #C1F825; }
a { background-color: rgb(193,248,37); }
div.DivClassName
{
background-color: #C1F825;
}
.BgClassName
{
background-color: #C1F825;
}
</style>
border-color css
<style>
span { border-color: #C1F825; }
span { border-color: rgb(193,248,37); }
td.TdClassName
{
border-color: #C1F825;
}
.TagClassName
{
border-color: #C1F825;
}
</style>