Html Css Color HEX #48DB17 Kelly Green

📋 copy color: '#48DB17'

red 72 ◦ green 219 ◦ blue 23

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

Shades of Kelly Green #48DB17

Tints of Kelly Green #48DB17

RGB

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

 GREEN value IS 219 (85.94% from 255) = 69.75%

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

R = 22.93%
G = 69.75%
B = 7.32%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#48DB17 (or 0x48DB17) is known color: Kelly Green. HEX triplet: 48, DB and 17. RGB value is (72,219,23). Sum of RGB (Red+Green+Blue) = 72+219+23=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 219 (85.94% from 255 or 69.75% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 219 - color contains mainly: green. Hex color #48DB17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48DB17 is #B724E8. Grayscale: #999999. Windows color (decimal): -12002537 or 1563464. OLE color: 1563464.

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

Color convert

RGB 72 219 23 -
CMYK 0.67 0 0.89 0.14
HSL 105º 0.81% 0.47% -
HSV(B) 105º 0.89% 0.86% -
XYZ 28.16 52.1 9.38 -
YUV 152.7 54.8 70.44 -
System Red Green Blue C M Y K H S L
Decimal 72 219 23 0.67 0 0.89 0.14 105 0.81 0.47
Hex 48 DB 17 43 0 59 E 69 51 2F
Octal 110 333 27 103 0 131 16 151 121 57
Binary 1001000 11011011 10111 1000011 0 1011001 1110 1101001 1010001 101111

Color Harmonies of #48DB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DB17

Black with #48DB17

Text Example


Text Example

White with #48DB17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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