#34FD85

Color #34FD85 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #34FD85

Tints of Spring Green #34FD85

Color information

#34FD85 (or 0x34FD85) is unknown color: approx Spring Green. HEX triplet: 34, FD and 85. RGB value is (52,253,133). Sum of RGB (Red+Green+Blue) = 52+253+133=438 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.87% from 438); Green value is 253 (99.22% from 255 or 57.76% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 253 - color contains mainly: green. Hex color #34FD85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34FD85 is #CB027A. Grayscale: #B3B3B3. Windows color (decimal): -13304443 or 8781108. OLE color: 8781108.

HSL color Cylindrical-coordinate representation of color #34FD85: hue angle of 144.18º 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 #34FD85 is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB52253133-
CMYK0.7900.470.01
HSL144.18º98.05%59.8%-
HSV(B)144.18º79.45%99.22%-
XYZ40.7872.6734.07-
YUV179.22101.9137.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.87%
GREEN value IS 253 (99.22% from 255) = 57.76%
BLUE value IS 133 (52.34% from 255) = 30.37%
R=11.87%
G=57.76%
B=30.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal522531330.7900.470.01144.1898.0559.8
Hex34FD854F02F190623c
Octal64375205117057122014274
Binary1101001111110110000101100111101011111100100001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34FD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #34FD85;
 }
 .AnyTagClassName
 {
   color: #34FD85;
 }
</style>
background-color css

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

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

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

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

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

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