#48cb26

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

Shades of Kelly Green #48CB26

Tints of Kelly Green #48CB26

Color information

#48CB26 (or 0x48CB26) is unknown color: approx Kelly Green. HEX triplet: 48, CB and 26. RGB value is (72,203,38). Sum of RGB (Red+Green+Blue) = 72+203+38=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 203 (79.69% from 255 or 64.86% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 203 - color contains mainly: green. Hex color #48CB26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CB26 is #B734D9. Grayscale: #919191. Windows color (decimal): -12006618 or 2542408. OLE color: 2542408.

HSL color Cylindrical-coordinate representation of color #48CB26: hue angle of 107.64º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48CB26 is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB7220338-
CMYK0.6500.810.20
HSL107.64º68.46%47.25%-
HSV(B)107.64º81.28%79.61%-
XYZ24.3844.239.09-
YUV145.0267.675.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.00%
GREEN value IS 203 (79.69% from 255) = 64.86%
BLUE value IS 38 (15.23% from 255) = 12.14%
R=23.00%
G=64.86%
B=12.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal72203380.6500.810.20107.6468.4647.25
Hex48CB2641051146c442f
Octal1103134610101212415410457
Binary1001000110010111001101000001010100011010011011001000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48cb26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,203,38); }

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

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

 a { background-color: rgb(72,203,38); }

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

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

 span { border-color: rgb(72,203,38); }

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