Html Css Color HEX #48D019 Kelly Green

📋 copy color: '#48D019'

red 72 ◦ green 208 ◦ blue 25

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

Shades of Kelly Green #48D019

Tints of Kelly Green #48D019

RGB

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

 GREEN value IS 208 (81.64% from 255) = 68.2%

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

R = 23.61%
G = 68.2%
B = 8.2%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#48D019 (or 0x48D019) is known color: Kelly Green. HEX triplet: 48, D0 and 19. RGB value is (72,208,25). Sum of RGB (Red+Green+Blue) = 72+208+25=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 208 (81.64% from 255 or 68.20% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 208 - color contains mainly: green. Hex color #48D019 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48D019 is #B72FE6. Grayscale: #939393. Windows color (decimal): -12005351 or 1691720. OLE color: 1691720.

HSL color Cylindrical-coordinate representation of color #48D019: hue angle of 104.59º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48D019 is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 208 25 -
CMYK 0.65 0 0.88 0.18
HSL 104.59º 0.79% 0.46% -
HSV(B) 104.59º 0.88% 0.82% -
XYZ 25.4 46.56 8.57 -
YUV 146.47 59.44 74.88 -
System Red Green Blue C M Y K H S L
Decimal 72 208 25 0.65 0 0.88 0.18 104.59 0.79 0.46
Hex 48 D0 19 41 0 58 12 69 4F 2E
Octal 110 320 31 101 0 130 22 151 117 56
Binary 1001000 11010000 11001 1000001 0 1011000 10010 1101001 1001111 101110

Color Harmonies of #48D019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D019

Black with #48D019

Text Example


Text Example

White with #48D019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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