Shades of Kelly Green #33BD1A
Tints of Kelly Green #33BD1A
RGB
CMYK
RGB Variations
Color information
#33BD1A (or 0x33BD1A) is known color: Kelly Green. HEX triplet: 33, BD and 1A. RGB value is (51,189,26). Sum of RGB (Red+Green+Blue) = 51+189+26=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 189 (74.22% from 255 or 71.05% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 189 - color contains mainly: green. Hex color #33BD1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BD1A is #CC42E5. Grayscale: #818181. Windows color (decimal): -13386470 or 1752371. OLE color: 1752371.
HSL color Cylindrical-coordinate representation of color #33BD1A: hue angle of 110.8º degrees, saturation: 0.76, 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 #33BD1A is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 189 | 26 | - |
| CMYK | 0.73 | 0 | 0.86 | 0.26 |
| HSL | 110.8º | 0.76% | 0.42% | - |
| HSV(B) | 110.8º | 0.86% | 0.74% | - |
| XYZ | 19.75 | 37.17 | 7.11 | - |
| YUV | 129.16 | 69.78 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 189 | 26 | 0.73 | 0 | 0.86 | 0.26 | 110.8 | 0.76 | 0.42 |
| Hex | 33 | BD | 1A | 49 | 0 | 56 | 1A | 6F | 4C | 2A |
| Octal | 63 | 275 | 32 | 111 | 0 | 126 | 32 | 157 | 114 | 52 |
| Binary | 110011 | 10111101 | 11010 | 1001001 | 0 | 1010110 | 11010 | 1101111 | 1001100 | 101010 |
Color Harmonies of #33BD1A
Complementary color
Monochromatic Colors of #33BD1A
Black with #33BD1A
Text Example
Text Example
White with #33BD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BD1A; }
p { color: rgb(51,189,26); }
H1.HeaderClassName
{
color: #33BD1A;
}
.AnyTagClassName
{
color: #33BD1A;
}
</style>
background-color css
<style>
a { background-color: #33BD1A; }
a { background-color: rgb(51,189,26); }
div.DivClassName
{
background-color: #33BD1A;
}
.BgClassName
{
background-color: #33BD1A;
}
</style>
border-color css
<style>
span { border-color: #33BD1A; }
span { border-color: rgb(51,189,26); }
td.TdClassName
{
border-color: #33BD1A;
}
.TagClassName
{
border-color: #33BD1A;
}
</style>