Html Css Color HEX #48D908 Kelly Green

📋 copy color: '#48D908'

red 72 ◦ green 217 ◦ blue 8

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

Shades of Kelly Green #48D908

Tints of Kelly Green #48D908

RGB

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

 GREEN value IS 217 (85.16% from 255) = 73.06%

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

R = 24.24%
G = 73.06%
B = 2.69%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#48D908 (or 0x48D908) is known color: Kelly Green. HEX triplet: 48, D9 and 08. RGB value is (72,217,8). Sum of RGB (Red+Green+Blue) = 72+217+8=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 217 (85.16% from 255 or 73.06% from 297); Blue value is 8 (3.52% from 255 or 2.69% from 297); Max value from RGB is 217 - color contains mainly: green. Hex color #48D908 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48D908 is #B726F7. Grayscale: #969696. Windows color (decimal): -12003064 or 579912. OLE color: 579912.

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

Color convert

RGB 72 217 8 -
CMYK 0.67 0 0.96 0.15
HSL 101.63º 0.93% 0.44% -
HSV(B) 101.63º 0.96% 0.85% -
XYZ 27.53 51.02 8.63 -
YUV 149.82 47.96 72.49 -
System Red Green Blue C M Y K H S L
Decimal 72 217 8 0.67 0 0.96 0.15 101.63 0.93 0.44
Hex 48 D9 8 43 0 60 F 66 5D 2C
Octal 110 331 10 103 0 140 17 146 135 54
Binary 1001000 11011001 1000 1000011 0 1100000 1111 1100110 1011101 101100

Color Harmonies of #48D908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D908

Black with #48D908

Text Example


Text Example

White with #48D908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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