#45B214

Color #45B214 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #45B214

Tints of Kelly Green #45B214

Color information

#45B214 (or 0x45B214) is unknown color: approx Kelly Green. HEX triplet: 45, B2 and 14. RGB value is (69,178,20). Sum of RGB (Red+Green+Blue) = 69+178+20=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 178 (69.92% from 255 or 66.67% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 178 - color contains mainly: green. Hex color #45B214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45B214 is #BA4DEB. Grayscale: #7F7F7F. Windows color (decimal): -12209644 or 1356357. OLE color: 1356357.

HSL color Cylindrical-coordinate representation of color #45B214: hue angle of 101.39º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #45B214 is Cyan = 0.61, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB6917820-
CMYK0.6100.890.30
HSL101.39º79.8%38.82%-
HSV(B)101.39º88.76%69.8%-
XYZ18.533.166.09-
YUV127.467.3986.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 25.84%
GREEN value IS 178 (69.92% from 255) = 66.67%
BLUE value IS 20 (8.20% from 255) = 7.49%
R=25.84%
G=66.67%
B=7.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal69178200.6100.890.30101.3979.838.82
Hex45B2143D0591E655027
Octal105262247501313614512047
Binary10001011011001010100111101010110011111011001011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45B214; }

 p { color: rgb(69,178,20); }

 H1.HeaderClassName
 {
   color: #45B214;
 }
 .AnyTagClassName
 {
   color: #45B214;
 }
</style>
background-color css

<style>
 a { background-color: #45B214; }

 a { background-color: rgb(69,178,20); }

 div.DivClassName
 {
   background-color: #45B214;
 }
 .BgClassName
 {
   background-color: #45B214;
 }
</style>
border-color css

<style>
 span { border-color: #45B214; }

 span { border-color: rgb(69,178,20); }

 td.TdClassName
 {
   border-color: #45B214;
 }
 .TagClassName
 {
   border-color: #45B214;
 }
</style>