Html Css Color HEX #48DB0D Kelly Green

📋 copy color: '#48DB0D'

red 72 ◦ green 219 ◦ blue 13

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

Shades of Kelly Green #48DB0D

Tints of Kelly Green #48DB0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.28%

R = 23.68%
G = 72.04%
B = 4.28%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#48DB0D (or 0x48DB0D) is known color: Kelly Green. HEX triplet: 48, DB and 0D. RGB value is (72,219,13). Sum of RGB (Red+Green+Blue) = 72+219+13=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 219 (85.94% from 255 or 72.04% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 219 - color contains mainly: green. Hex color #48DB0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48DB0D is #B724F2. Grayscale: #989898. Windows color (decimal): -12002547 or 908104. OLE color: 908104.

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

Color convert

RGB 72 219 13 -
CMYK 0.67 0 0.94 0.14
HSL 102.82º 0.89% 0.45% -
HSV(B) 102.82º 0.94% 0.86% -
XYZ 28.08 52.07 8.95 -
YUV 151.56 49.8 71.25 -
System Red Green Blue C M Y K H S L
Decimal 72 219 13 0.67 0 0.94 0.14 102.82 0.89 0.45
Hex 48 DB D 43 0 5E E 67 59 2D
Octal 110 333 15 103 0 136 16 147 131 55
Binary 1001000 11011011 1101 1000011 0 1011110 1110 1100111 1011001 101101

Color Harmonies of #48DB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DB0D

Black with #48DB0D

Text Example


Text Example

White with #48DB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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