Shades of Kelly Green #45CF1B
Tints of Kelly Green #45CF1B
RGB
CMYK
RGB Variations
Color information
#45CF1B (or 0x45CF1B) is known color: Kelly Green. HEX triplet: 45, CF and 1B. RGB value is (69,207,27). Sum of RGB (Red+Green+Blue) = 69+207+27=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 207 (81.25% from 255 or 68.32% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 207 - color contains mainly: green. Hex color #45CF1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CF1B is #BA30E4. Grayscale: #919191. Windows color (decimal): -12202213 or 1822533. OLE color: 1822533.
HSL color Cylindrical-coordinate representation of color #45CF1B: hue angle of 106º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #45CF1B is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 207 | 27 | - |
| CMYK | 0.67 | 0 | 0.87 | 0.19 |
| HSL | 106º | 0.77% | 0.46% | - |
| HSV(B) | 106º | 0.87% | 0.81% | - |
| XYZ | 24.96 | 45.97 | 8.59 | - |
| YUV | 145.22 | 61.28 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 207 | 27 | 0.67 | 0 | 0.87 | 0.19 | 106 | 0.77 | 0.46 |
| Hex | 45 | CF | 1B | 43 | 0 | 57 | 13 | 6A | 4D | 2E |
| Octal | 105 | 317 | 33 | 103 | 0 | 127 | 23 | 152 | 115 | 56 |
| Binary | 1000101 | 11001111 | 11011 | 1000011 | 0 | 1010111 | 10011 | 1101010 | 1001101 | 101110 |
Color Harmonies of #45CF1B
Complementary color
Monochromatic Colors of #45CF1B
Black with #45CF1B
Text Example
Text Example
White with #45CF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CF1B; }
p { color: rgb(69,207,27); }
H1.HeaderClassName
{
color: #45CF1B;
}
.AnyTagClassName
{
color: #45CF1B;
}
</style>
background-color css
<style>
a { background-color: #45CF1B; }
a { background-color: rgb(69,207,27); }
div.DivClassName
{
background-color: #45CF1B;
}
.BgClassName
{
background-color: #45CF1B;
}
</style>
border-color css
<style>
span { border-color: #45CF1B; }
span { border-color: rgb(69,207,27); }
td.TdClassName
{
border-color: #45CF1B;
}
.TagClassName
{
border-color: #45CF1B;
}
</style>