Html Css Color HEX #48E666 Emerald

📋 copy color: '#48E666'

red 72 ◦ green 230 ◦ blue 102

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

Shades of Emerald #48E666

Tints of Emerald #48E666

RGB

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

 GREEN value IS 230 (90.23% from 255) = 56.93%

 BLUE value IS 102 (40.23% from 255) = 25.25%

R = 17.82%
G = 56.93%
B = 25.25%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#48E666 (or 0x48E666) is known color: Emerald. HEX triplet: 48, E6 and 66. RGB value is (72,230,102). Sum of RGB (Red+Green+Blue) = 72+230+102=404 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.82% from 404); Green value is 230 (90.23% from 255 or 56.93% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 230 - color contains mainly: green. Hex color #48E666 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48E666 is #B71999. Grayscale: #A8A8A8. Windows color (decimal): -11999642 or 6743624. OLE color: 6743624.

HSL color Cylindrical-coordinate representation of color #48E666: hue angle of 131.39º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E666 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 72 230 102 -
CMYK 0.69 0 0.56 0.10
HSL 131.39º 0.76% 0.59% -
HSV(B) 131.39º 0.69% 0.9% -
XYZ 33.37 58.93 22.19 -
YUV 168.17 90.65 59.41 -
System Red Green Blue C M Y K H S L
Decimal 72 230 102 0.69 0 0.56 0.10 131.39 0.76 0.59
Hex 48 E6 66 45 0 38 A 83 4C 3B
Octal 110 346 146 105 0 70 12 203 114 73
Binary 1001000 11100110 1100110 1000101 0 111000 1010 10000011 1001100 111011

Color Harmonies of #48E666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E666

Black with #48E666

Text Example


Text Example

White with #48E666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,230,102); }

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

background-color css

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

 a { background-color: rgb(72,230,102); }

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

border-color css

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

 span { border-color: rgb(72,230,102); }

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