Html Css Color HEX #48C665 Emerald

📋 copy color: '#48C665'

red 72 ◦ green 198 ◦ blue 101

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

Shades of Emerald #48C665

Tints of Emerald #48C665

RGB

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

 GREEN value IS 198 (77.73% from 255) = 53.37%

 BLUE value IS 101 (39.84% from 255) = 27.22%

R = 19.41%
G = 53.37%
B = 27.22%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#48C665 (or 0x48C665) is known color: Emerald. HEX triplet: 48, C6 and 65. RGB value is (72,198,101). Sum of RGB (Red+Green+Blue) = 72+198+101=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 198 (77.73% from 255 or 53.37% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 198 - color contains mainly: green. Hex color #48C665 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C665 is #B7399A. Grayscale: #959595. Windows color (decimal): -12007835 or 6669896. OLE color: 6669896.

HSL color Cylindrical-coordinate representation of color #48C665: hue angle of 133.81º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48C665 is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 72 198 101 -
CMYK 0.64 0 0.49 0.22
HSL 133.81º 0.53% 0.53% -
HSV(B) 133.81º 0.64% 0.78% -
XYZ 25.22 42.71 19.23 -
YUV 149.27 100.76 72.89 -
System Red Green Blue C M Y K H S L
Decimal 72 198 101 0.64 0 0.49 0.22 133.81 0.53 0.53
Hex 48 C6 65 40 0 31 16 86 34 35
Octal 110 306 145 100 0 61 26 206 64 65
Binary 1001000 11000110 1100101 1000000 0 110001 10110 10000110 110100 110101

Color Harmonies of #48C665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C665

Black with #48C665

Text Example


Text Example

White with #48C665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,198,101); }

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

background-color css

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

 a { background-color: rgb(72,198,101); }

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

border-color css

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

 span { border-color: rgb(72,198,101); }

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