Html Css Color HEX #48DB14 Kelly Green

📋 copy color: '#48DB14'

red 72 ◦ green 219 ◦ blue 20

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

Shades of Kelly Green #48DB14

Tints of Kelly Green #48DB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.43%

R = 23.15%
G = 70.42%
B = 6.43%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#48DB14 (or 0x48DB14) is known color: Kelly Green. HEX triplet: 48, DB and 14. RGB value is (72,219,20). Sum of RGB (Red+Green+Blue) = 72+219+20=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 219 (85.94% from 255 or 70.42% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 219 - color contains mainly: green. Hex color #48DB14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48DB14 is #B724EB. Grayscale: #999999. Windows color (decimal): -12002540 or 1366856. OLE color: 1366856.

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

Color convert

RGB 72 219 20 -
CMYK 0.67 0 0.91 0.14
HSL 104.32º 0.83% 0.47% -
HSV(B) 104.32º 0.91% 0.86% -
XYZ 28.13 52.09 9.23 -
YUV 152.36 53.3 70.68 -
System Red Green Blue C M Y K H S L
Decimal 72 219 20 0.67 0 0.91 0.14 104.32 0.83 0.47
Hex 48 DB 14 43 0 5B E 68 53 2F
Octal 110 333 24 103 0 133 16 150 123 57
Binary 1001000 11011011 10100 1000011 0 1011011 1110 1101000 1010011 101111

Color Harmonies of #48DB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DB14

Black with #48DB14

Text Example


Text Example

White with #48DB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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