Html Css Color HEX #48CC7D Emerald

📋 copy color: '#48CC7D'

red 72 ◦ green 204 ◦ blue 125

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

Shades of Emerald #48CC7D

Tints of Emerald #48CC7D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.87%

 BLUE value IS 125 (49.22% from 255) = 31.17%

R = 17.96%
G = 50.87%
B = 31.17%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#48CC7D (or 0x48CC7D) is known color: Emerald. HEX triplet: 48, CC and 7D. RGB value is (72,204,125). Sum of RGB (Red+Green+Blue) = 72+204+125=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #48CC7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CC7D is #B73382. Grayscale: #9B9B9B. Windows color (decimal): -12006275 or 8244296. OLE color: 8244296.

HSL color Cylindrical-coordinate representation of color #48CC7D: hue angle of 144.09º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CC7D is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 204 125 -
CMYK 0.65 0 0.39 0.2
HSL 144.09º 0.56% 0.54% -
HSV(B) 144.09º 0.65% 0.8% -
XYZ 27.97 46.04 26.82 -
YUV 155.53 110.77 68.42 -
System Red Green Blue C M Y K H S L
Decimal 72 204 125 0.65 0 0.39 0.2 144.09 0.56 0.54
Hex 48 CC 7D 41 0 27 14 90 38 36
Octal 110 314 175 101 0 47 24 220 70 66
Binary 1001000 11001100 1111101 1000001 0 100111 10100 10010000 111000 110110

Color Harmonies of #48CC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CC7D

Black with #48CC7D

Text Example


Text Example

White with #48CC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,204,125); }

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

background-color css

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

 a { background-color: rgb(72,204,125); }

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

border-color css

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

 span { border-color: rgb(72,204,125); }

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