Html Css Color HEX #48BF64 Emerald

📋 copy color: '#48BF64'

red 72 ◦ green 191 ◦ blue 100

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

Shades of Emerald #48BF64

Tints of Emerald #48BF64

RGB

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

 GREEN value IS 191 (75% from 255) = 52.62%

 BLUE value IS 100 (39.45% from 255) = 27.55%

R = 19.83%
G = 52.62%
B = 27.55%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#48BF64 (or 0x48BF64) is known color: Emerald. HEX triplet: 48, BF and 64. RGB value is (72,191,100). Sum of RGB (Red+Green+Blue) = 72+191+100=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 191 (75% from 255 or 52.62% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 191 - color contains mainly: green. Hex color #48BF64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BF64 is #B7409B. Grayscale: #919191. Windows color (decimal): -12009628 or 6602568. OLE color: 6602568.

HSL color Cylindrical-coordinate representation of color #48BF64: hue angle of 134.12º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BF64 is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 191 100 -
CMYK 0.62 0 0.48 0.25
HSL 134.12º 0.48% 0.52% -
HSV(B) 134.12º 0.62% 0.75% -
XYZ 23.6 39.56 18.45 -
YUV 145.05 102.58 75.9 -
System Red Green Blue C M Y K H S L
Decimal 72 191 100 0.62 0 0.48 0.25 134.12 0.48 0.52
Hex 48 BF 64 3E 0 30 19 86 30 34
Octal 110 277 144 76 0 60 31 206 60 64
Binary 1001000 10111111 1100100 111110 0 110000 11001 10000110 110000 110100

Color Harmonies of #48BF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BF64

Black with #48BF64

Text Example


Text Example

White with #48BF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,191,100); }

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

background-color css

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

 a { background-color: rgb(72,191,100); }

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

border-color css

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

 span { border-color: rgb(72,191,100); }

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