Html Css Color HEX #48DA08 Kelly Green

📋 copy color: '#48DA08'

red 72 ◦ green 218 ◦ blue 8

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

Shades of Kelly Green #48DA08

Tints of Kelly Green #48DA08

RGB

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

 GREEN value IS 218 (85.55% from 255) = 73.15%

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

R = 24.16%
G = 73.15%
B = 2.68%

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

#48DA08 (or 0x48DA08) is known color: Kelly Green. HEX triplet: 48, DA and 08. RGB value is (72,218,8). Sum of RGB (Red+Green+Blue) = 72+218+8=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 218 (85.55% from 255 or 73.15% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 218 - color contains mainly: green. Hex color #48DA08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48DA08 is #B725F7. Grayscale: #979797. Windows color (decimal): -12002808 or 580168. OLE color: 580168.

HSL color Cylindrical-coordinate representation of color #48DA08: hue angle of 101.71º 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 #48DA08 is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 218 8 -
CMYK 0.67 0 0.96 0.15
HSL 101.71º 0.93% 0.44% -
HSV(B) 101.71º 0.96% 0.85% -
XYZ 27.79 51.54 8.71 -
YUV 150.41 47.63 72.08 -
System Red Green Blue C M Y K H S L
Decimal 72 218 8 0.67 0 0.96 0.15 101.71 0.93 0.44
Hex 48 DA 8 43 0 60 F 66 5D 2C
Octal 110 332 10 103 0 140 17 146 135 54
Binary 1001000 11011010 1000 1000011 0 1100000 1111 1100110 1011101 101100

Color Harmonies of #48DA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DA08

Black with #48DA08

Text Example


Text Example

White with #48DA08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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