Html Css Color HEX #34FA7D Spring Green

📋 copy color: '#34FA7D'

red 52 ◦ green 250 ◦ blue 125

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

Shades of Spring Green #34FA7D

Tints of Spring Green #34FA7D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 58.55%

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

R = 12.18%
G = 58.55%
B = 29.27%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#34FA7D (or 0x34FA7D) is known color: Spring Green. HEX triplet: 34, FA and 7D. RGB value is (52,250,125). Sum of RGB (Red+Green+Blue) = 52+250+125=427 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.18% from 427); Green value is 250 (98.05% from 255 or 58.55% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 250 - color contains mainly: green. Hex color #34FA7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34FA7D is #CB0582. Grayscale: #B0B0B0. Windows color (decimal): -13305219 or 8256052. OLE color: 8256052.

HSL color Cylindrical-coordinate representation of color #34FA7D: hue angle of 142.12º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FA7D is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 250 125 -
CMYK 0.79 0 0.50 0.02
HSL 142.12º 0.95% 0.59% -
HSV(B) 142.12º 0.79% 0.98% -
XYZ 39.3 70.58 30.95 -
YUV 176.55 98.9 39.16 -
System Red Green Blue C M Y K H S L
Decimal 52 250 125 0.79 0 0.50 0.02 142.12 0.95 0.59
Hex 34 FA 7D 4F 0 32 2 8E 5F 3B
Octal 64 372 175 117 0 62 2 216 137 73
Binary 110100 11111010 1111101 1001111 0 110010 10 10001110 1011111 111011

Color Harmonies of #34FA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FA7D

Black with #34FA7D

Text Example


Text Example

White with #34FA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,250,125); }

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

background-color css

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

 a { background-color: rgb(52,250,125); }

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

border-color css

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

 span { border-color: rgb(52,250,125); }

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