Html Css Color HEX #48DB07 Kelly Green

📋 copy color: '#48DB07'

red 72 ◦ green 219 ◦ blue 7

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

Shades of Kelly Green #48DB07

Tints of Kelly Green #48DB07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.35%

R = 24.16%
G = 73.49%
B = 2.35%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#48DB07 (or 0x48DB07) is known color: Kelly Green. HEX triplet: 48, DB and 07. RGB value is (72,219,7). Sum of RGB (Red+Green+Blue) = 72+219+7=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 219 (85.94% from 255 or 73.49% from 298); Blue value is 7 (3.12% from 255 or 2.35% from 298); Max value from RGB is 219 - color contains mainly: green. Hex color #48DB07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48DB07 is #B724F8. Grayscale: #979797. Windows color (decimal): -12002553 or 514888. OLE color: 514888.

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

Color convert

RGB 72 219 7 -
CMYK 0.67 0 0.97 0.14
HSL 101.6º 0.94% 0.44% -
HSV(B) 101.6º 0.97% 0.86% -
XYZ 28.04 52.06 8.77 -
YUV 150.88 46.8 71.74 -
System Red Green Blue C M Y K H S L
Decimal 72 219 7 0.67 0 0.97 0.14 101.6 0.94 0.44
Hex 48 DB 7 43 0 61 E 66 5E 2C
Octal 110 333 7 103 0 141 16 146 136 54
Binary 1001000 11011011 111 1000011 0 1100001 1110 1100110 1011110 101100

Color Harmonies of #48DB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DB07

Black with #48DB07

Text Example


Text Example

White with #48DB07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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