#48B924

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

Shades of Kelly Green #48B924

Tints of Kelly Green #48B924

Color information

#48B924 (or 0x48B924) is unknown color: approx Kelly Green. HEX triplet: 48, B9 and 24. RGB value is (72,185,36). Sum of RGB (Red+Green+Blue) = 72+185+36=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 185 (72.66% from 255 or 63.14% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 185 - color contains mainly: green. Hex color #48B924 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B924 is #B746DB. Grayscale: #868686. Windows color (decimal): -12011228 or 2406728. OLE color: 2406728.

HSL color Cylindrical-coordinate representation of color #48B924: hue angle of 105.5º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48B924 is Cyan = 0.61, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB7218536-
CMYK0.6100.810.27
HSL105.5º67.42%43.33%-
HSV(B)105.5º80.54%72.55%-
XYZ20.3436.27.58-
YUV134.2372.5683.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.57%
GREEN value IS 185 (72.66% from 255) = 63.14%
BLUE value IS 36 (14.45% from 255) = 12.29%
R=24.57%
G=63.14%
B=12.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72185360.6100.810.27105.567.4243.33
Hex48B9243D0511B6a432b
Octal110271447501213315210353
Binary100100010111001100100111101010100011101111010101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,185,36); }

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

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

 a { background-color: rgb(72,185,36); }

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

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

 span { border-color: rgb(72,185,36); }

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