Html Css Color HEX #48D804 Kelly Green

📋 copy color: '#48D804'

red 72 ◦ green 216 ◦ blue 4

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

Shades of Kelly Green #48D804

Tints of Kelly Green #48D804

RGB

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

 GREEN value IS 216 (84.77% from 255) = 73.97%

 BLUE value IS 4 (1.95% from 255) = 1.37%

R = 24.66%
G = 73.97%
B = 1.37%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#48D804 (or 0x48D804) is known color: Kelly Green. HEX triplet: 48, D8 and 04. RGB value is (72,216,4). Sum of RGB (Red+Green+Blue) = 72+216+4=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 216 (84.77% from 255 or 73.97% from 292); Blue value is 4 (1.95% from 255 or 1.37% from 292); Max value from RGB is 216 - color contains mainly: green. Hex color #48D804 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48D804 is #B727FB. Grayscale: #959595. Windows color (decimal): -12003324 or 317512. OLE color: 317512.

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

Color convert

RGB 72 216 4 -
CMYK 0.67 0 0.98 0.15
HSL 100.75º 0.96% 0.43% -
HSV(B) 100.75º 0.98% 0.85% -
XYZ 27.25 50.5 8.43 -
YUV 148.78 46.29 73.24 -
System Red Green Blue C M Y K H S L
Decimal 72 216 4 0.67 0 0.98 0.15 100.75 0.96 0.43
Hex 48 D8 4 43 0 62 F 65 60 2B
Octal 110 330 4 103 0 142 17 145 140 53
Binary 1001000 11011000 100 1000011 0 1100010 1111 1100101 1100000 101011

Color Harmonies of #48D804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D804

Black with #48D804

Text Example


Text Example

White with #48D804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,216,4); }

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

background-color css

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

 a { background-color: rgb(72,216,4); }

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

border-color css

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

 span { border-color: rgb(72,216,4); }

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