Html Css Color HEX #48CA6B Emerald

📋 copy color: '#48CA6B'

red 72 ◦ green 202 ◦ blue 107

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

Shades of Emerald #48CA6B

Tints of Emerald #48CA6B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 53.02%

 BLUE value IS 107 (42.19% from 255) = 28.08%

R = 18.9%
G = 53.02%
B = 28.08%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#48CA6B (or 0x48CA6B) is known color: Emerald. HEX triplet: 48, CA and 6B. RGB value is (72,202,107). Sum of RGB (Red+Green+Blue) = 72+202+107=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 202 (79.30% from 255 or 53.02% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 202 - color contains mainly: green. Hex color #48CA6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CA6B is #B73594. Grayscale: #989898. Windows color (decimal): -12006805 or 7064136. OLE color: 7064136.

HSL color Cylindrical-coordinate representation of color #48CA6B: hue angle of 136.15º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48CA6B is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 72 202 107 -
CMYK 0.64 0 0.47 0.21
HSL 136.15º 0.55% 0.54% -
HSV(B) 136.15º 0.64% 0.79% -
XYZ 26.45 44.68 21.14 -
YUV 152.3 102.43 70.72 -
System Red Green Blue C M Y K H S L
Decimal 72 202 107 0.64 0 0.47 0.21 136.15 0.55 0.54
Hex 48 CA 6B 40 0 2F 15 88 37 36
Octal 110 312 153 100 0 57 25 210 67 66
Binary 1001000 11001010 1101011 1000000 0 101111 10101 10001000 110111 110110

Color Harmonies of #48CA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CA6B

Black with #48CA6B

Text Example


Text Example

White with #48CA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,202,107); }

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

background-color css

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

 a { background-color: rgb(72,202,107); }

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

border-color css

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

 span { border-color: rgb(72,202,107); }

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