Html Css Color HEX #48CB7F Emerald

📋 copy color: '#48CB7F'

red 72 ◦ green 203 ◦ blue 127

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

Shades of Emerald #48CB7F

Tints of Emerald #48CB7F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50.5%

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

R = 17.91%
G = 50.5%
B = 31.59%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#48CB7F (or 0x48CB7F) is known color: Emerald. HEX triplet: 48, CB and 7F. RGB value is (72,203,127). Sum of RGB (Red+Green+Blue) = 72+203+127=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 203 (79.69% from 255 or 50.50% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 203 - color contains mainly: green. Hex color #48CB7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CB7F is #B73480. Grayscale: #9B9B9B. Windows color (decimal): -12006529 or 8375112. OLE color: 8375112.

HSL color Cylindrical-coordinate representation of color #48CB7F: hue angle of 145.19º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CB7F is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 203 127 -
CMYK 0.65 0 0.37 0.20
HSL 145.19º 0.56% 0.54% -
HSV(B) 145.19º 0.65% 0.8% -
XYZ 27.86 45.62 27.42 -
YUV 155.17 112.1 68.68 -
System Red Green Blue C M Y K H S L
Decimal 72 203 127 0.65 0 0.37 0.20 145.19 0.56 0.54
Hex 48 CB 7F 41 0 25 14 91 38 36
Octal 110 313 177 101 0 45 24 221 70 66
Binary 1001000 11001011 1111111 1000001 0 100101 10100 10010001 111000 110110

Color Harmonies of #48CB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CB7F

Black with #48CB7F

Text Example


Text Example

White with #48CB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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