Html Css Color HEX #48D713 Kelly Green

📋 copy color: '#48D713'

red 72 ◦ green 215 ◦ blue 19

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

Shades of Kelly Green #48D713

Tints of Kelly Green #48D713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.21%

R = 23.53%
G = 70.26%
B = 6.21%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#48D713 (or 0x48D713) is known color: Kelly Green. HEX triplet: 48, D7 and 13. RGB value is (72,215,19). Sum of RGB (Red+Green+Blue) = 72+215+19=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 215 (84.38% from 255 or 70.26% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 215 - color contains mainly: green. Hex color #48D713 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48D713 is #B728EC. Grayscale: #969696. Windows color (decimal): -12003565 or 1300296. OLE color: 1300296.

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

Color convert

RGB 72 215 19 -
CMYK 0.67 0 0.91 0.16
HSL 103.78º 0.84% 0.46% -
HSV(B) 103.78º 0.91% 0.84% -
XYZ 27.09 50.03 8.84 -
YUV 149.9 54.12 72.44 -
System Red Green Blue C M Y K H S L
Decimal 72 215 19 0.67 0 0.91 0.16 103.78 0.84 0.46
Hex 48 D7 13 43 0 5B 10 68 54 2E
Octal 110 327 23 103 0 133 20 150 124 56
Binary 1001000 11010111 10011 1000011 0 1011011 10000 1101000 1010100 101110

Color Harmonies of #48D713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D713

Black with #48D713

Text Example


Text Example

White with #48D713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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