Html Css Color HEX #48DB08 Kelly Green

📋 copy color: '#48DB08'

red 72 ◦ green 219 ◦ blue 8

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

Shades of Kelly Green #48DB08

Tints of Kelly Green #48DB08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.68%

R = 24.08%
G = 73.24%
B = 2.68%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#48DB08 (or 0x48DB08) is known color: Kelly Green. HEX triplet: 48, DB and 08. RGB value is (72,219,8). Sum of RGB (Red+Green+Blue) = 72+219+8=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 219 (85.94% from 255 or 73.24% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 219 - color contains mainly: green. Hex color #48DB08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48DB08 is #B724F7. Grayscale: #979797. Windows color (decimal): -12002552 or 580424. OLE color: 580424.

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

Color convert

RGB 72 219 8 -
CMYK 0.67 0 0.96 0.14
HSL 101.8º 0.93% 0.45% -
HSV(B) 101.8º 0.96% 0.86% -
XYZ 28.05 52.06 8.8 -
YUV 150.99 47.3 71.66 -
System Red Green Blue C M Y K H S L
Decimal 72 219 8 0.67 0 0.96 0.14 101.8 0.93 0.45
Hex 48 DB 8 43 0 60 E 66 5D 2D
Octal 110 333 10 103 0 140 16 146 135 55
Binary 1001000 11011011 1000 1000011 0 1100000 1110 1100110 1011101 101101

Color Harmonies of #48DB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DB08

Black with #48DB08

Text Example


Text Example

White with #48DB08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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