#48BD0B

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

Shades of Kelly Green #48BD0B

Tints of Kelly Green #48BD0B

Color information

#48BD0B (or 0x48BD0B) is unknown color: approx Kelly Green. HEX triplet: 48, BD and 0B. RGB value is (72,189,11). Sum of RGB (Red+Green+Blue) = 72+189+11=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 189 (74.22% from 255 or 69.49% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48BD0B is #B742F4. Grayscale: #868686. Windows color (decimal): -12010229 or 769352. OLE color: 769352.

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

Color convert

RGB7218911-
CMYK0.6200.940.26
HSL99.44º89%39.22%-
HSV(B)99.44º94.18%74.12%-
XYZ20.9337.86.51-
YUV133.7258.7483.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 189 (74.22% from 255) = 69.49%
BLUE value IS 11 (4.69% from 255) = 4.04%
R=26.47%
G=69.49%
B=4.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal72189110.6200.940.2699.448939.22
Hex48BDB3E05E1A635927
Octal110275137601363214313147
Binary1001000101111011011111110010111101101011000111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BD0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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