#48BD22

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

Shades of Kelly Green #48BD22

Tints of Kelly Green #48BD22

Color information

#48BD22 (or 0x48BD22) is unknown color: approx Kelly Green. HEX triplet: 48, BD and 22. RGB value is (72,189,34). Sum of RGB (Red+Green+Blue) = 72+189+34=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 189 (74.22% from 255 or 64.07% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BD22 is #B742DD. Grayscale: #888888. Windows color (decimal): -12010206 or 2276680. OLE color: 2276680.

HSL color Cylindrical-coordinate representation of color #48BD22: hue angle of 105.29º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48BD22 is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB7218934-
CMYK0.6200.820.26
HSL105.29º69.51%43.73%-
HSV(B)105.29º82.01%74.12%-
XYZ21.1637.897.71-
YUV136.3570.2482.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.41%
GREEN value IS 189 (74.22% from 255) = 64.07%
BLUE value IS 34 (13.67% from 255) = 11.53%
R=24.41%
G=64.07%
B=11.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal72189340.6200.820.26105.2969.5143.73
Hex48BD223E0521A69462c
Octal110275427601223215110654
Binary100100010111101100010111110010100101101011010011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BD22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,189,34); }

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

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

 a { background-color: rgb(72,189,34); }

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

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

 span { border-color: rgb(72,189,34); }

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