#85ff3a

Color #85FF3A Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #85FF3A

Tints of Green Yellow #85FF3A

Color information

#85FF3A (or 0x85FF3A) is unknown color: approx Green Yellow. HEX triplet: 85, FF and 3A. RGB value is (133,255,58). Sum of RGB (Red+Green+Blue) = 133+255+58=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 58 (23.05% from 255 or 13.00% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF3A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FF3A is #7A00C5. Grayscale: #C4C4C4. Windows color (decimal): -7995590 or 3866501. OLE color: 3866501.

HSL color Cylindrical-coordinate representation of color #85FF3A: hue angle of 97.16º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85FF3A is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.

Color convert

RGB13325558-
CMYK0.4800.770
HSL97.16º100%61.37%-
HSV(B)97.16º77.25%100%-
XYZ46.276.8116.39-
YUV196.0650.0883.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.82%
GREEN value IS 255 (100% from 255) = 57.17%
BLUE value IS 58 (23.05% from 255) = 13.00%
R=29.82%
G=57.17%
B=13.00%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal133255580.4800.77097.1610061.37
Hex85FF3A3004D061643d
Octal20537772600115014114475
Binary100001011111111111101011000001001101011000011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ff3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85ff3a; }

 p { color: rgb(133,255,58); }

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

<style>
 a { background-color: #85ff3a; }

 a { background-color: rgb(133,255,58); }

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

<style>
 span { border-color: #85ff3a; }

 span { border-color: rgb(133,255,58); }

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