Html Css Color HEX #34F175 Emerald

📋 copy color: '#34F175'

red 52 ◦ green 241 ◦ blue 117

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

Shades of Emerald #34F175

Tints of Emerald #34F175

RGB

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

 GREEN value IS 241 (94.53% from 255) = 58.78%

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

R = 12.68%
G = 58.78%
B = 28.54%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#34F175 (or 0x34F175) is known color: Emerald. HEX triplet: 34, F1 and 75. RGB value is (52,241,117). Sum of RGB (Red+Green+Blue) = 52+241+117=410 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.68% from 410); Green value is 241 (94.53% from 255 or 58.78% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 241 - color contains mainly: green. Hex color #34F175 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34F175 is #CB0E8A. Grayscale: #AAAAAA. Windows color (decimal): -13307531 or 7729460. OLE color: 7729460.

HSL color Cylindrical-coordinate representation of color #34F175: hue angle of 140.63º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34F175 is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 52 241 117 -
CMYK 0.78 0 0.51 0.05
HSL 140.63º 0.87% 0.57% -
HSV(B) 140.63º 0.78% 0.95% -
XYZ 36.08 64.93 27.46 -
YUV 170.35 97.88 43.58 -
System Red Green Blue C M Y K H S L
Decimal 52 241 117 0.78 0 0.51 0.05 140.63 0.87 0.57
Hex 34 F1 75 4E 0 33 5 8D 57 39
Octal 64 361 165 116 0 63 5 215 127 71
Binary 110100 11110001 1110101 1001110 0 110011 101 10001101 1010111 111001

Color Harmonies of #34F175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F175

Black with #34F175

Text Example


Text Example

White with #34F175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,241,117); }

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

background-color css

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

 a { background-color: rgb(52,241,117); }

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

border-color css

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

 span { border-color: rgb(52,241,117); }

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