Html Css Color HEX #48AB04 Kelly Green

📋 copy color: '#48AB04'

red 72 ◦ green 171 ◦ blue 4

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

Shades of Kelly Green #48AB04

Tints of Kelly Green #48AB04

RGB

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

 GREEN value IS 171 (67.19% from 255) = 69.23%

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

R = 29.15%
G = 69.23%
B = 1.62%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#48AB04 (or 0x48AB04) is known color: Kelly Green. HEX triplet: 48, AB and 04. RGB value is (72,171,4). Sum of RGB (Red+Green+Blue) = 72+171+4=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 171 (67.19% from 255 or 69.23% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48AB04 is #B754FB. Grayscale: #7A7A7A. Windows color (decimal): -12014844 or 305992. OLE color: 305992.

HSL color Cylindrical-coordinate representation of color #48AB04: hue angle of 95.57º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #48AB04 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 171 4 -
CMYK 0.58 0 0.98 0.33
HSL 95.57º 0.95% 0.34% -
HSV(B) 95.57º 0.98% 0.67% -
XYZ 17.26 30.51 5.09 -
YUV 122.36 61.2 92.08 -
System Red Green Blue C M Y K H S L
Decimal 72 171 4 0.58 0 0.98 0.33 95.57 0.95 0.34
Hex 48 AB 4 3A 0 62 21 60 5F 22
Octal 110 253 4 72 0 142 41 140 137 42
Binary 1001000 10101011 100 111010 0 1100010 100001 1100000 1011111 100010

Color Harmonies of #48AB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AB04

Black with #48AB04

Text Example


Text Example

White with #48AB04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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