Html Css Color HEX #48BA28 Kelly Green

📋 copy color: '#48BA28'

red 72 ◦ green 186 ◦ blue 40

#48BA28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #48BA28

Tints of Kelly Green #48BA28

RGB

 RED value IS 72 (28.52% from 255) = 24.16%

 GREEN value IS 186 (73.05% from 255) = 62.42%

 BLUE value IS 40 (16.02% from 255) = 13.42%

R = 24.16%
G = 62.42%
B = 13.42%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#48BA28 (or 0x48BA28) is known color: Kelly Green. HEX triplet: 48, BA and 28. RGB value is (72,186,40). Sum of RGB (Red+Green+Blue) = 72+186+40=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 186 (73.05% from 255 or 62.42% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 186 - color contains mainly: green. Hex color #48BA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BA28 is #B745D7. Grayscale: #878787. Windows color (decimal): -12010968 or 2669128. OLE color: 2669128.

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

Color convert

RGB 72 186 40 -
CMYK 0.61 0 0.78 0.27
HSL 106.85º 0.65% 0.44% -
HSV(B) 106.85º 0.78% 0.73% -
XYZ 20.61 36.65 7.99 -
YUV 135.27 74.23 82.87 -
System Red Green Blue C M Y K H S L
Decimal 72 186 40 0.61 0 0.78 0.27 106.85 0.65 0.44
Hex 48 BA 28 3D 0 4E 1B 6B 41 2C
Octal 110 272 50 75 0 116 33 153 101 54
Binary 1001000 10111010 101000 111101 0 1001110 11011 1101011 1000001 101100

Color Harmonies of #48BA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BA28

Black with #48BA28

Text Example


Text Example

White with #48BA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,186,40); }

 H1.HeaderClassName
 {
   color: #48BA28;
 }
 .AnyTagClassName
 {
   color: #48BA28;
 }
</style>

background-color css

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

 a { background-color: rgb(72,186,40); }

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

border-color css

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

 span { border-color: rgb(72,186,40); }

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