Html Css Color HEX #48EA6E Emerald

📋 copy color: '#48EA6E'

red 72 ◦ green 234 ◦ blue 110

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

Shades of Emerald #48EA6E

Tints of Emerald #48EA6E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 56.25%

 BLUE value IS 110 (43.36% from 255) = 26.44%

R = 17.31%
G = 56.25%
B = 26.44%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#48EA6E (or 0x48EA6E) is known color: Emerald. HEX triplet: 48, EA and 6E. RGB value is (72,234,110). Sum of RGB (Red+Green+Blue) = 72+234+110=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 234 (91.80% from 255 or 56.25% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 234 - color contains mainly: green. Hex color #48EA6E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48EA6E is #B71591. Grayscale: #ABABAB. Windows color (decimal): -11998610 or 7268936. OLE color: 7268936.

HSL color Cylindrical-coordinate representation of color #48EA6E: hue angle of 134.07º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48EA6E is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 234 110 -
CMYK 0.69 0 0.53 0.08
HSL 134.07º 0.79% 0.6% -
HSV(B) 134.07º 0.69% 0.92% -
XYZ 34.91 61.35 24.75 -
YUV 171.43 93.33 57.08 -
System Red Green Blue C M Y K H S L
Decimal 72 234 110 0.69 0 0.53 0.08 134.07 0.79 0.6
Hex 48 EA 6E 45 0 35 8 86 4F 3C
Octal 110 352 156 105 0 65 10 206 117 74
Binary 1001000 11101010 1101110 1000101 0 110101 1000 10000110 1001111 111100

Color Harmonies of #48EA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EA6E

Black with #48EA6E

Text Example


Text Example

White with #48EA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,234,110); }

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

background-color css

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

 a { background-color: rgb(72,234,110); }

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

border-color css

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

 span { border-color: rgb(72,234,110); }

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