Html Css Color HEX #48DC17 Kelly Green

📋 copy color: '#48DC17'

red 72 ◦ green 220 ◦ blue 23

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

Shades of Kelly Green #48DC17

Tints of Kelly Green #48DC17

RGB

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

 GREEN value IS 220 (86.33% from 255) = 69.84%

 BLUE value IS 23 (9.38% from 255) = 7.3%

R = 22.86%
G = 69.84%
B = 7.3%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#48DC17 (or 0x48DC17) is known color: Kelly Green. HEX triplet: 48, DC and 17. RGB value is (72,220,23). Sum of RGB (Red+Green+Blue) = 72+220+23=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 220 (86.33% from 255 or 69.84% from 315); Blue value is 23 (9.38% from 255 or 7.30% from 315); Max value from RGB is 220 - color contains mainly: green. Hex color #48DC17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48DC17 is #B723E8. Grayscale: #999999. Windows color (decimal): -12002281 or 1563720. OLE color: 1563720.

HSL color Cylindrical-coordinate representation of color #48DC17: hue angle of 105.08º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48DC17 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 220 23 -
CMYK 0.67 0 0.90 0.14
HSL 105.08º 0.81% 0.48% -
HSV(B) 105.08º 0.9% 0.86% -
XYZ 28.42 52.63 9.47 -
YUV 153.29 54.47 70.02 -
System Red Green Blue C M Y K H S L
Decimal 72 220 23 0.67 0 0.90 0.14 105.08 0.81 0.48
Hex 48 DC 17 43 0 5A E 69 51 30
Octal 110 334 27 103 0 132 16 151 121 60
Binary 1001000 11011100 10111 1000011 0 1011010 1110 1101001 1010001 110000

Color Harmonies of #48DC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DC17

Black with #48DC17

Text Example


Text Example

White with #48DC17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,220,23); }

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

background-color css

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

 a { background-color: rgb(72,220,23); }

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

border-color css

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

 span { border-color: rgb(72,220,23); }

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