#45BE1B

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

Shades of Kelly Green #45BE1B

Tints of Kelly Green #45BE1B

Color information

#45BE1B (or 0x45BE1B) is unknown color: approx Kelly Green. HEX triplet: 45, BE and 1B. RGB value is (69,190,27). Sum of RGB (Red+Green+Blue) = 69+190+27=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 190 (74.61% from 255 or 66.43% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 190 - color contains mainly: green. Hex color #45BE1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BE1B is #BA41E4. Grayscale: #878787. Windows color (decimal): -12206565 or 1818181. OLE color: 1818181.

HSL color Cylindrical-coordinate representation of color #45BE1B: hue angle of 104.54º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45BE1B is Cyan = 0.64, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB6919027-
CMYK0.6400.860.25
HSL104.54º75.12%42.55%-
HSV(B)104.54º85.79%74.51%-
XYZ21.0738.177.29-
YUV135.2466.9180.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.13%
GREEN value IS 190 (74.61% from 255) = 66.43%
BLUE value IS 27 (10.94% from 255) = 9.44%
R=24.13%
G=66.43%
B=9.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal69190270.6400.860.25104.5475.1242.55
Hex45BE1B4005619694b2b
Octal1052763310001263115111353
Binary100010110111110110111000000010101101100111010011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BE1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,190,27); }

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

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

 a { background-color: rgb(69,190,27); }

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

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

 span { border-color: rgb(69,190,27); }

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