#48BD1B

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

Shades of Kelly Green #48BD1B

Tints of Kelly Green #48BD1B

Color information

#48BD1B (or 0x48BD1B) is unknown color: approx Kelly Green. HEX triplet: 48, BD and 1B. RGB value is (72,189,27). Sum of RGB (Red+Green+Blue) = 72+189+27=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 189 (74.22% from 255 or 65.62% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BD1B is #B742E4. Grayscale: #888888. Windows color (decimal): -12010213 or 1817928. OLE color: 1817928.

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

Color convert

RGB7218927-
CMYK0.6200.860.26
HSL103.33º75%42.35%-
HSV(B)103.33º85.71%74.12%-
XYZ21.0737.857.23-
YUV135.5566.7482.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25%
GREEN value IS 189 (74.22% from 255) = 65.62%
BLUE value IS 27 (10.94% from 255) = 9.38%
R=25%
G=65.62%
B=9.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal72189270.6200.860.26103.337542.35
Hex48BD1B3E0561A674b2a
Octal110275337601263214711352
Binary10010001011110111011111110010101101101011001111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BD1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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