Html Css Color HEX #48C67F Emerald

📋 copy color: '#48C67F'

red 72 ◦ green 198 ◦ blue 127

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

Shades of Emerald #48C67F

Tints of Emerald #48C67F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.87%

 BLUE value IS 127 (50% from 255) = 31.99%

R = 18.14%
G = 49.87%
B = 31.99%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#48C67F (or 0x48C67F) is known color: Emerald. HEX triplet: 48, C6 and 7F. RGB value is (72,198,127). Sum of RGB (Red+Green+Blue) = 72+198+127=397 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.14% from 397); Green value is 198 (77.73% from 255 or 49.87% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 198 - color contains mainly: green. Hex color #48C67F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C67F is #B73980. Grayscale: #989898. Windows color (decimal): -12007809 or 8373832. OLE color: 8373832.

HSL color Cylindrical-coordinate representation of color #48C67F: hue angle of 146.19º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48C67F is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 72 198 127 -
CMYK 0.64 0 0.36 0.22
HSL 146.19º 0.53% 0.53% -
HSV(B) 146.19º 0.64% 0.78% -
XYZ 26.7 43.3 27.03 -
YUV 152.23 113.76 70.77 -
System Red Green Blue C M Y K H S L
Decimal 72 198 127 0.64 0 0.36 0.22 146.19 0.53 0.53
Hex 48 C6 7F 40 0 24 16 92 34 35
Octal 110 306 177 100 0 44 26 222 64 65
Binary 1001000 11000110 1111111 1000000 0 100100 10110 10010010 110100 110101

Color Harmonies of #48C67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C67F

Black with #48C67F

Text Example


Text Example

White with #48C67F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,198,127); }

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

background-color css

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

 a { background-color: rgb(72,198,127); }

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

border-color css

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

 span { border-color: rgb(72,198,127); }

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