#85D71F

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

Shades of Yellow Green #85D71F

Tints of Yellow Green #85D71F

Color information

#85D71F (or 0x85D71F) is unknown color: approx Yellow Green. HEX triplet: 85, D7 and 1F. RGB value is (133,215,31). Sum of RGB (Red+Green+Blue) = 133+215+31=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 215 (84.38% from 255 or 56.73% from 379); Blue value is 31 (12.5% from 255 or 8.18% from 379); Max value from RGB is 215 - color contains mainly: green. Hex color #85D71F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D71F is #7A28E0. Grayscale: #AAAAAA. Windows color (decimal): -8005857 or 2086789. OLE color: 2086789.

HSL color Cylindrical-coordinate representation of color #85D71F: hue angle of 86.74º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85D71F is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB13321531-
CMYK0.3800.860.16
HSL86.74º74.8%48.24%-
HSV(B)86.74º85.58%84.31%-
XYZ34.2253.699.86-
YUV169.5149.83101.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.09%
GREEN value IS 215 (84.38% from 255) = 56.73%
BLUE value IS 31 (12.5% from 255) = 8.18%
R=35.09%
G=56.73%
B=8.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal133215310.3800.860.1686.7474.848.24
Hex85D71F2605610574b30
Octal205327374601262012711360
Binary100001011101011111111100110010101101000010101111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D71F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,215,31); }

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

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

 a { background-color: rgb(133,215,31); }

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

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

 span { border-color: rgb(133,215,31); }

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