Html Css Color HEX #48DA04 Kelly Green

📋 copy color: '#48DA04'

red 72 ◦ green 218 ◦ blue 4

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

Shades of Kelly Green #48DA04

Tints of Kelly Green #48DA04

RGB

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

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

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

R = 24.49%
G = 74.15%
B = 1.36%

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

#48DA04 (or 0x48DA04) is known color: Kelly Green. HEX triplet: 48, DA and 04. RGB value is (72,218,4). Sum of RGB (Red+Green+Blue) = 72+218+4=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 218 (85.55% from 255 or 74.15% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 218 - color contains mainly: green. Hex color #48DA04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48DA04 is #B725FB. Grayscale: #969696. Windows color (decimal): -12002812 or 318024. OLE color: 318024.

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

Color convert

RGB 72 218 4 -
CMYK 0.67 0 0.98 0.15
HSL 100.93º 0.96% 0.44% -
HSV(B) 100.93º 0.98% 0.85% -
XYZ 27.77 51.53 8.6 -
YUV 149.95 45.63 72.4 -
System Red Green Blue C M Y K H S L
Decimal 72 218 4 0.67 0 0.98 0.15 100.93 0.96 0.44
Hex 48 DA 4 43 0 62 F 65 60 2C
Octal 110 332 4 103 0 142 17 145 140 54
Binary 1001000 11011010 100 1000011 0 1100010 1111 1100101 1100000 101100

Color Harmonies of #48DA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DA04

Black with #48DA04

Text Example


Text Example

White with #48DA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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