Shades of Kelly Green #33BC1B
Tints of Kelly Green #33BC1B
RGB
CMYK
RGB Variations
Color information
#33BC1B (or 0x33BC1B) is known color: Kelly Green. HEX triplet: 33, BC and 1B. RGB value is (51,188,27). Sum of RGB (Red+Green+Blue) = 51+188+27=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 188 (73.83% from 255 or 70.68% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 188 - color contains mainly: green. Hex color #33BC1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BC1B is #CC43E4. Grayscale: #818181. Windows color (decimal): -13386725 or 1817651. OLE color: 1817651.
HSL color Cylindrical-coordinate representation of color #33BC1B: hue angle of 111.06º 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 #33BC1B is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 188 | 27 | - |
| CMYK | 0.73 | 0 | 0.86 | 0.26 |
| HSL | 111.06º | 0.75% | 0.42% | - |
| HSV(B) | 111.06º | 0.86% | 0.74% | - |
| XYZ | 19.55 | 36.75 | 7.1 | - |
| YUV | 128.68 | 70.61 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 188 | 27 | 0.73 | 0 | 0.86 | 0.26 | 111.06 | 0.75 | 0.42 |
| Hex | 33 | BC | 1B | 49 | 0 | 56 | 1A | 6F | 4B | 2A |
| Octal | 63 | 274 | 33 | 111 | 0 | 126 | 32 | 157 | 113 | 52 |
| Binary | 110011 | 10111100 | 11011 | 1001001 | 0 | 1010110 | 11010 | 1101111 | 1001011 | 101010 |
Color Harmonies of #33BC1B
Complementary color
Monochromatic Colors of #33BC1B
Black with #33BC1B
Text Example
Text Example
White with #33BC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BC1B; }
p { color: rgb(51,188,27); }
H1.HeaderClassName
{
color: #33BC1B;
}
.AnyTagClassName
{
color: #33BC1B;
}
</style>
background-color css
<style>
a { background-color: #33BC1B; }
a { background-color: rgb(51,188,27); }
div.DivClassName
{
background-color: #33BC1B;
}
.BgClassName
{
background-color: #33BC1B;
}
</style>
border-color css
<style>
span { border-color: #33BC1B; }
span { border-color: rgb(51,188,27); }
td.TdClassName
{
border-color: #33BC1B;
}
.TagClassName
{
border-color: #33BC1B;
}
</style>