Html Css Color HEX #48D519 Kelly Green

📋 copy color: '#48D519'

red 72 ◦ green 213 ◦ blue 25

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

Shades of Kelly Green #48D519

Tints of Kelly Green #48D519

RGB

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

 GREEN value IS 213 (83.59% from 255) = 68.71%

 BLUE value IS 25 (10.16% from 255) = 8.06%

R = 23.23%
G = 68.71%
B = 8.06%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#48D519 (or 0x48D519) is known color: Kelly Green. HEX triplet: 48, D5 and 19. RGB value is (72,213,25). Sum of RGB (Red+Green+Blue) = 72+213+25=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 213 (83.59% from 255 or 68.71% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 213 - color contains mainly: green. Hex color #48D519 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48D519 is #B72AE6. Grayscale: #969696. Windows color (decimal): -12004071 or 1693000. OLE color: 1693000.

HSL color Cylindrical-coordinate representation of color #48D519: hue angle of 105º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48D519 is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 213 25 -
CMYK 0.66 0 0.88 0.16
HSL 105º 0.79% 0.47% -
HSV(B) 105º 0.88% 0.84% -
XYZ 26.64 49.04 8.98 -
YUV 149.41 57.79 72.79 -
System Red Green Blue C M Y K H S L
Decimal 72 213 25 0.66 0 0.88 0.16 105 0.79 0.47
Hex 48 D5 19 42 0 58 10 69 4F 2F
Octal 110 325 31 102 0 130 20 151 117 57
Binary 1001000 11010101 11001 1000010 0 1011000 10000 1101001 1001111 101111

Color Harmonies of #48D519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D519

Black with #48D519

Text Example


Text Example

White with #48D519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,213,25); }

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

background-color css

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

 a { background-color: rgb(72,213,25); }

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

border-color css

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

 span { border-color: rgb(72,213,25); }

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