Html Css Color HEX #48D815 Kelly Green

📋 copy color: '#48D815'

red 72 ◦ green 216 ◦ blue 21

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

Shades of Kelly Green #48D815

Tints of Kelly Green #48D815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.8%

R = 23.3%
G = 69.9%
B = 6.8%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#48D815 (or 0x48D815) is known color: Kelly Green. HEX triplet: 48, D8 and 15. RGB value is (72,216,21). Sum of RGB (Red+Green+Blue) = 72+216+21=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 216 (84.77% from 255 or 69.90% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 216 - color contains mainly: green. Hex color #48D815 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48D815 is #B727EA. Grayscale: #979797. Windows color (decimal): -12003307 or 1431624. OLE color: 1431624.

HSL color Cylindrical-coordinate representation of color #48D815: hue angle of 104.31º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48D815 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 216 21 -
CMYK 0.67 0 0.90 0.15
HSL 104.31º 0.82% 0.46% -
HSV(B) 104.31º 0.9% 0.85% -
XYZ 27.36 50.54 9.02 -
YUV 150.71 54.79 71.86 -
System Red Green Blue C M Y K H S L
Decimal 72 216 21 0.67 0 0.90 0.15 104.31 0.82 0.46
Hex 48 D8 15 43 0 5A F 68 52 2E
Octal 110 330 25 103 0 132 17 150 122 56
Binary 1001000 11011000 10101 1000011 0 1011010 1111 1101000 1010010 101110

Color Harmonies of #48D815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D815

Black with #48D815

Text Example


Text Example

White with #48D815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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