Html Css Color HEX #34FD8C Spring Green

📋 copy color: '#34FD8C'

red 52 ◦ green 253 ◦ blue 140

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

Shades of Spring Green #34FD8C

Tints of Spring Green #34FD8C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 56.85%

 BLUE value IS 140 (55.08% from 255) = 31.46%

R = 11.69%
G = 56.85%
B = 31.46%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#34FD8C (or 0x34FD8C) is known color: Spring Green. HEX triplet: 34, FD and 8C. RGB value is (52,253,140). Sum of RGB (Red+Green+Blue) = 52+253+140=445 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.69% from 445); Green value is 253 (99.22% from 255 or 56.85% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 253 - color contains mainly: green. Hex color #34FD8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34FD8C is #CB0273. Grayscale: #B4B4B4. Windows color (decimal): -13304436 or 9239860. OLE color: 9239860.

HSL color Cylindrical-coordinate representation of color #34FD8C: hue angle of 146.27º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FD8C is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 52 253 140 -
CMYK 0.79 0 0.45 0.01
HSL 146.27º 0.98% 0.6% -
HSV(B) 146.27º 0.79% 0.99% -
XYZ 41.28 72.87 36.7 -
YUV 180.02 105.41 36.69 -
System Red Green Blue C M Y K H S L
Decimal 52 253 140 0.79 0 0.45 0.01 146.27 0.98 0.6
Hex 34 FD 8C 4F 0 2D 1 92 62 3C
Octal 64 375 214 117 0 55 1 222 142 74
Binary 110100 11111101 10001100 1001111 0 101101 1 10010010 1100010 111100

Color Harmonies of #34FD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FD8C

Black with #34FD8C

Text Example


Text Example

White with #34FD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,253,140); }

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

background-color css

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

 a { background-color: rgb(52,253,140); }

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

border-color css

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

 span { border-color: rgb(52,253,140); }

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