Shades of Kelly Green #48BC1B
Tints of Kelly Green #48BC1B
RGB
CMYK
RGB Variations
Color information
#48BC1B (or 0x48BC1B) is known color: Kelly Green. HEX triplet: 48, BC and 1B. RGB value is (72,188,27). Sum of RGB (Red+Green+Blue) = 72+188+27=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 188 (73.83% from 255 or 65.51% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BC1B is #B743E4. Grayscale: #878787. Windows color (decimal): -12010469 or 1817672. OLE color: 1817672.
HSL color Cylindrical-coordinate representation of color #48BC1B: hue angle of 103.23º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48BC1B is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 188 | 27 | - |
| CMYK | 0.62 | 0 | 0.86 | 0.26 |
| HSL | 103.23º | 0.75% | 0.42% | - |
| HSV(B) | 103.23º | 0.86% | 0.74% | - |
| XYZ | 20.85 | 37.42 | 7.16 | - |
| YUV | 134.96 | 67.07 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 188 | 27 | 0.62 | 0 | 0.86 | 0.26 | 103.23 | 0.75 | 0.42 |
| Hex | 48 | BC | 1B | 3E | 0 | 56 | 1A | 67 | 4B | 2A |
| Octal | 110 | 274 | 33 | 76 | 0 | 126 | 32 | 147 | 113 | 52 |
| Binary | 1001000 | 10111100 | 11011 | 111110 | 0 | 1010110 | 11010 | 1100111 | 1001011 | 101010 |
Color Harmonies of #48BC1B
Complementary color
Monochromatic Colors of #48BC1B
Black with #48BC1B
Text Example
Text Example
White with #48BC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BC1B; }
p { color: rgb(72,188,27); }
H1.HeaderClassName
{
color: #48BC1B;
}
.AnyTagClassName
{
color: #48BC1B;
}
</style>
background-color css
<style>
a { background-color: #48BC1B; }
a { background-color: rgb(72,188,27); }
div.DivClassName
{
background-color: #48BC1B;
}
.BgClassName
{
background-color: #48BC1B;
}
</style>
border-color css
<style>
span { border-color: #48BC1B; }
span { border-color: rgb(72,188,27); }
td.TdClassName
{
border-color: #48BC1B;
}
.TagClassName
{
border-color: #48BC1B;
}
</style>