Html Css Color HEX #48D819 Kelly Green

📋 copy color: '#48D819'

red 72 ◦ green 216 ◦ blue 25

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

Shades of Kelly Green #48D819

Tints of Kelly Green #48D819

RGB

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

 GREEN value IS 216 (84.77% from 255) = 69.01%

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

R = 23%
G = 69.01%
B = 7.99%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#48D819 (or 0x48D819) is known color: Kelly Green. HEX triplet: 48, D8 and 19. RGB value is (72,216,25). Sum of RGB (Red+Green+Blue) = 72+216+25=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 216 (84.77% from 255 or 69.01% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 216 - color contains mainly: green. Hex color #48D819 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48D819 is #B727E6. Grayscale: #979797. Windows color (decimal): -12003303 or 1693768. OLE color: 1693768.

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

Color convert

RGB 72 216 25 -
CMYK 0.67 0 0.88 0.15
HSL 105.24º 0.79% 0.47% -
HSV(B) 105.24º 0.88% 0.85% -
XYZ 27.4 50.56 9.23 -
YUV 151.17 56.79 71.53 -
System Red Green Blue C M Y K H S L
Decimal 72 216 25 0.67 0 0.88 0.15 105.24 0.79 0.47
Hex 48 D8 19 43 0 58 F 69 4F 2F
Octal 110 330 31 103 0 130 17 151 117 57
Binary 1001000 11011000 11001 1000011 0 1011000 1111 1101001 1001111 101111

Color Harmonies of #48D819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D819

Black with #48D819

Text Example


Text Example

White with #48D819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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