#48BE27

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

Shades of Kelly Green #48BE27

Tints of Kelly Green #48BE27

Color information

#48BE27 (or 0x48BE27) is unknown color: approx Kelly Green. HEX triplet: 48, BE and 27. RGB value is (72,190,39). Sum of RGB (Red+Green+Blue) = 72+190+39=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 190 (74.61% from 255 or 63.12% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 190 - color contains mainly: green. Hex color #48BE27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BE27 is #B741D8. Grayscale: #898989. Windows color (decimal): -12009945 or 2604616. OLE color: 2604616.

HSL color Cylindrical-coordinate representation of color #48BE27: hue angle of 106.89º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48BE27 is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB7219039-
CMYK0.6200.790.25
HSL106.89º65.94%44.9%-
HSV(B)106.89º79.47%74.51%-
XYZ21.4538.358.19-
YUV137.572.4181.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.92%
GREEN value IS 190 (74.61% from 255) = 63.12%
BLUE value IS 39 (15.62% from 255) = 12.96%
R=23.92%
G=63.12%
B=12.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72190390.6200.790.25106.8965.9444.9
Hex48BE273E04F196b422d
Octal110276477601173115310255
Binary100100010111110100111111110010011111100111010111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BE27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48BE27; }

 p { color: rgb(72,190,39); }

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

<style>
 a { background-color: #48BE27; }

 a { background-color: rgb(72,190,39); }

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

<style>
 span { border-color: #48BE27; }

 span { border-color: rgb(72,190,39); }

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