Html Css Color HEX #47DD75 Emerald

📋 copy color: '#47DD75'

red 71 ◦ green 221 ◦ blue 117

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

Shades of Emerald #47DD75

Tints of Emerald #47DD75

RGB

 RED value IS 71 (28.13% from 255) = 17.36%

 GREEN value IS 221 (86.72% from 255) = 54.03%

 BLUE value IS 117 (46.09% from 255) = 28.61%

R = 17.36%
G = 54.03%
B = 28.61%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#47DD75 (or 0x47DD75) is known color: Emerald. HEX triplet: 47, DD and 75. RGB value is (71,221,117). Sum of RGB (Red+Green+Blue) = 71+221+117=409 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.36% from 409); Green value is 221 (86.72% from 255 or 54.03% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 221 - color contains mainly: green. Hex color #47DD75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47DD75 is #B8228A. Grayscale: #A4A4A4. Windows color (decimal): -12067467 or 7724359. OLE color: 7724359.

HSL color Cylindrical-coordinate representation of color #47DD75: hue angle of 138.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DD75 is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 221 117 -
CMYK 0.68 0 0.47 0.13
HSL 138.4º 0.69% 0.57% -
HSV(B) 138.4º 0.68% 0.87% -
XYZ 31.67 54.34 25.65 -
YUV 164.29 101.31 61.46 -
System Red Green Blue C M Y K H S L
Decimal 71 221 117 0.68 0 0.47 0.13 138.4 0.69 0.57
Hex 47 DD 75 44 0 2F D 8A 45 39
Octal 107 335 165 104 0 57 15 212 105 71
Binary 1000111 11011101 1110101 1000100 0 101111 1101 10001010 1000101 111001

Color Harmonies of #47DD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DD75

Black with #47DD75

Text Example


Text Example

White with #47DD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47DD75; }

 p { color: rgb(71,221,117); }

 H1.HeaderClassName
 {
   color: #47DD75;
 }
 .AnyTagClassName
 {
   color: #47DD75;
 }
</style>

background-color css

<style>
 a { background-color: #47DD75; }

 a { background-color: rgb(71,221,117); }

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

border-color css

<style>
 span { border-color: #47DD75; }

 span { border-color: rgb(71,221,117); }

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