Html Css Color HEX #48D71D Kelly Green

📋 copy color: '#48D71D'

red 72 ◦ green 215 ◦ blue 29

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

Shades of Kelly Green #48D71D

Tints of Kelly Green #48D71D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 68.04%

 BLUE value IS 29 (11.72% from 255) = 9.18%

R = 22.78%
G = 68.04%
B = 9.18%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#48D71D (or 0x48D71D) is known color: Kelly Green. HEX triplet: 48, D7 and 1D. RGB value is (72,215,29). Sum of RGB (Red+Green+Blue) = 72+215+29=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 215 (84.38% from 255 or 68.04% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 215 - color contains mainly: green. Hex color #48D71D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D71D is #B728E2. Grayscale: #979797. Windows color (decimal): -12003555 or 1955656. OLE color: 1955656.

HSL color Cylindrical-coordinate representation of color #48D71D: hue angle of 106.13º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #48D71D is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 215 29 -
CMYK 0.67 0 0.87 0.16
HSL 106.13º 0.76% 0.48% -
HSV(B) 106.13º 0.87% 0.84% -
XYZ 27.19 50.07 9.39 -
YUV 151.04 59.12 71.62 -
System Red Green Blue C M Y K H S L
Decimal 72 215 29 0.67 0 0.87 0.16 106.13 0.76 0.48
Hex 48 D7 1D 43 0 57 10 6A 4C 30
Octal 110 327 35 103 0 127 20 152 114 60
Binary 1001000 11010111 11101 1000011 0 1010111 10000 1101010 1001100 110000

Color Harmonies of #48D71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D71D

Black with #48D71D

Text Example


Text Example

White with #48D71D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,215,29); }

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

background-color css

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

 a { background-color: rgb(72,215,29); }

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

border-color css

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

 span { border-color: rgb(72,215,29); }

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