Html Css Color HEX #48B407 Kelly Green

📋 copy color: '#48B407'

red 72 ◦ green 180 ◦ blue 7

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

Shades of Kelly Green #48B407

Tints of Kelly Green #48B407

RGB

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

 GREEN value IS 180 (70.7% from 255) = 69.5%

 BLUE value IS 7 (3.13% from 255) = 2.7%

R = 27.8%
G = 69.5%
B = 2.7%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#48B407 (or 0x48B407) is known color: Kelly Green. HEX triplet: 48, B4 and 07. RGB value is (72,180,7). Sum of RGB (Red+Green+Blue) = 72+180+7=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 180 (70.70% from 255 or 69.50% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 180 - color contains mainly: green. Hex color #48B407 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48B407 is #B74BF8. Grayscale: #808080. Windows color (decimal): -12012537 or 504904. OLE color: 504904.

HSL color Cylindrical-coordinate representation of color #48B407: hue angle of 97.46º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #48B407 is Cyan = 0.60, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 72 180 7 -
CMYK 0.60 0 0.96 0.29
HSL 97.46º 0.93% 0.37% -
HSV(B) 97.46º 0.96% 0.71% -
XYZ 19.03 34.04 5.77 -
YUV 127.99 59.72 88.07 -
System Red Green Blue C M Y K H S L
Decimal 72 180 7 0.60 0 0.96 0.29 97.46 0.93 0.37
Hex 48 B4 7 3C 0 60 1D 61 5D 25
Octal 110 264 7 74 0 140 35 141 135 45
Binary 1001000 10110100 111 111100 0 1100000 11101 1100001 1011101 100101

Color Harmonies of #48B407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B407

Black with #48B407

Text Example


Text Example

White with #48B407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,180,7); }

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

background-color css

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

 a { background-color: rgb(72,180,7); }

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

border-color css

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

 span { border-color: rgb(72,180,7); }

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