#34FA85

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

Shades of Spring Green #34FA85

Tints of Spring Green #34FA85

Color information

#34FA85 (or 0x34FA85) is unknown color: approx Spring Green. HEX triplet: 34, FA and 85. RGB value is (52,250,133). Sum of RGB (Red+Green+Blue) = 52+250+133=435 (57% of max value = 765). Red value is 52 (20.70% from 255 or 11.95% from 435); Green value is 250 (98.05% from 255 or 57.47% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 250 - color contains mainly: green. Hex color #34FA85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34FA85 is #CB057A. Grayscale: #B1B1B1. Windows color (decimal): -13305211 or 8780340. OLE color: 8780340.

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

Color convert

RGB52250133-
CMYK0.7900.470.02
HSL144.55º95.19%59.22%-
HSV(B)144.55º79.2%98.04%-
XYZ39.8470.7933.76-
YUV177.46102.938.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.95%
GREEN value IS 250 (98.05% from 255) = 57.47%
BLUE value IS 133 (52.34% from 255) = 30.57%
R=11.95%
G=57.47%
B=30.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal522501330.7900.470.02144.5595.1959.22
Hex34FA854F02F2915f3b
Octal64372205117057222113773
Binary11010011111010100001011001111010111110100100011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34FA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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