Html Css Color HEX #34F474 Emerald

📋 copy color: '#34F474'

red 52 ◦ green 244 ◦ blue 116

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

Shades of Emerald #34F474

Tints of Emerald #34F474

RGB

 RED value IS 52 (20.7% from 255) = 12.62%

 GREEN value IS 244 (95.7% from 255) = 59.22%

 BLUE value IS 116 (45.7% from 255) = 28.16%

R = 12.62%
G = 59.22%
B = 28.16%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#34F474 (or 0x34F474) is known color: Emerald. HEX triplet: 34, F4 and 74. RGB value is (52,244,116). Sum of RGB (Red+Green+Blue) = 52+244+116=412 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.62% from 412); Green value is 244 (95.70% from 255 or 59.22% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 244 - color contains mainly: green. Hex color #34F474 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34F474 is #CB0B8B. Grayscale: #ACACAC. Windows color (decimal): -13306764 or 7664692. OLE color: 7664692.

HSL color Cylindrical-coordinate representation of color #34F474: hue angle of 140º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F474 is Cyan = 0.79, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 52 244 116 -
CMYK 0.79 0 0.52 0.04
HSL 140º 0.9% 0.58% -
HSV(B) 140º 0.79% 0.96% -
XYZ 36.92 66.69 27.45 -
YUV 172 96.39 42.41 -
System Red Green Blue C M Y K H S L
Decimal 52 244 116 0.79 0 0.52 0.04 140 0.9 0.58
Hex 34 F4 74 4F 0 34 4 8C 5A 3A
Octal 64 364 164 117 0 64 4 214 132 72
Binary 110100 11110100 1110100 1001111 0 110100 100 10001100 1011010 111010

Color Harmonies of #34F474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F474

Black with #34F474

Text Example


Text Example

White with #34F474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34F474; }

 p { color: rgb(52,244,116); }

 H1.HeaderClassName
 {
   color: #34F474;
 }
 .AnyTagClassName
 {
   color: #34F474;
 }
</style>

background-color css

<style>
 a { background-color: #34F474; }

 a { background-color: rgb(52,244,116); }

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

border-color css

<style>
 span { border-color: #34F474; }

 span { border-color: rgb(52,244,116); }

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