Html Css Color HEX #48D91F Kelly Green

📋 copy color: '#48D91F'

red 72 ◦ green 217 ◦ blue 31

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

Shades of Kelly Green #48D91F

Tints of Kelly Green #48D91F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 67.81%

 BLUE value IS 31 (12.5% from 255) = 9.69%

R = 22.5%
G = 67.81%
B = 9.69%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#48D91F (or 0x48D91F) is known color: Kelly Green. HEX triplet: 48, D9 and 1F. RGB value is (72,217,31). Sum of RGB (Red+Green+Blue) = 72+217+31=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 217 (85.16% from 255 or 67.81% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 217 - color contains mainly: green. Hex color #48D91F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D91F is #B726E0. Grayscale: #999999. Windows color (decimal): -12003041 or 2087240. OLE color: 2087240.

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

Color convert

RGB 72 217 31 -
CMYK 0.67 0 0.86 0.15
HSL 106.77º 0.75% 0.49% -
HSV(B) 106.77º 0.86% 0.85% -
XYZ 27.73 51.1 9.7 -
YUV 152.44 59.46 70.62 -
System Red Green Blue C M Y K H S L
Decimal 72 217 31 0.67 0 0.86 0.15 106.77 0.75 0.49
Hex 48 D9 1F 43 0 56 F 6B 4B 31
Octal 110 331 37 103 0 126 17 153 113 61
Binary 1001000 11011001 11111 1000011 0 1010110 1111 1101011 1001011 110001

Color Harmonies of #48D91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D91F

Black with #48D91F

Text Example


Text Example

White with #48D91F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,217,31); }

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

background-color css

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

 a { background-color: rgb(72,217,31); }

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

border-color css

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

 span { border-color: rgb(72,217,31); }

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