Html Css Color HEX #48C266 Emerald

📋 copy color: '#48C266'

red 72 ◦ green 194 ◦ blue 102

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

Shades of Emerald #48C266

Tints of Emerald #48C266

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.72%

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

R = 19.57%
G = 52.72%
B = 27.72%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#48C266 (or 0x48C266) is known color: Emerald. HEX triplet: 48, C2 and 66. RGB value is (72,194,102). Sum of RGB (Red+Green+Blue) = 72+194+102=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 194 (76.17% from 255 or 52.72% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 194 - color contains mainly: green. Hex color #48C266 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C266 is #B73D99. Grayscale: #939393. Windows color (decimal): -12008858 or 6734408. OLE color: 6734408.

HSL color Cylindrical-coordinate representation of color #48C266: hue angle of 134.75º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C266 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 194 102 -
CMYK 0.63 0 0.47 0.24
HSL 134.75º 0.5% 0.52% -
HSV(B) 134.75º 0.63% 0.76% -
XYZ 24.36 40.92 19.18 -
YUV 147.03 102.58 74.48 -
System Red Green Blue C M Y K H S L
Decimal 72 194 102 0.63 0 0.47 0.24 134.75 0.5 0.52
Hex 48 C2 66 3F 0 2F 18 87 32 34
Octal 110 302 146 77 0 57 30 207 62 64
Binary 1001000 11000010 1100110 111111 0 101111 11000 10000111 110010 110100

Color Harmonies of #48C266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C266

Black with #48C266

Text Example


Text Example

White with #48C266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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