Html Css Color HEX #48CF71 Emerald

📋 copy color: '#48CF71'

red 72 ◦ green 207 ◦ blue 113

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

Shades of Emerald #48CF71

Tints of Emerald #48CF71

RGB

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

 GREEN value IS 207 (81.25% from 255) = 52.81%

 BLUE value IS 113 (44.53% from 255) = 28.83%

R = 18.37%
G = 52.81%
B = 28.83%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#48CF71 (or 0x48CF71) is known color: Emerald. HEX triplet: 48, CF and 71. RGB value is (72,207,113). Sum of RGB (Red+Green+Blue) = 72+207+113=392 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.37% from 392); Green value is 207 (81.25% from 255 or 52.81% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CF71 is #B7308E. Grayscale: #9C9C9C. Windows color (decimal): -12005519 or 7458632. OLE color: 7458632.

HSL color Cylindrical-coordinate representation of color #48CF71: hue angle of 138.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CF71 is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 207 113 -
CMYK 0.65 0 0.45 0.19
HSL 138.22º 0.58% 0.55% -
HSV(B) 138.22º 0.65% 0.81% -
XYZ 27.97 47.2 23.26 -
YUV 155.92 103.77 68.14 -
System Red Green Blue C M Y K H S L
Decimal 72 207 113 0.65 0 0.45 0.19 138.22 0.58 0.55
Hex 48 CF 71 41 0 2D 13 8A 3A 37
Octal 110 317 161 101 0 55 23 212 72 67
Binary 1001000 11001111 1110001 1000001 0 101101 10011 10001010 111010 110111

Color Harmonies of #48CF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CF71

Black with #48CF71

Text Example


Text Example

White with #48CF71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,207,113); }

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

background-color css

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

 a { background-color: rgb(72,207,113); }

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

border-color css

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

 span { border-color: rgb(72,207,113); }

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