#85DF1F

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

Shades of Yellow Green #85DF1F

Tints of Yellow Green #85DF1F

Color information

#85DF1F (or 0x85DF1F) is unknown color: approx Yellow Green. HEX triplet: 85, DF and 1F. RGB value is (133,223,31). Sum of RGB (Red+Green+Blue) = 133+223+31=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 223 (87.5% from 255 or 57.62% from 387); Blue value is 31 (12.5% from 255 or 8.01% from 387); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DF1F is #7A20E0. Grayscale: #AEAEAE. Windows color (decimal): -8003809 or 2088837. OLE color: 2088837.

HSL color Cylindrical-coordinate representation of color #85DF1F: hue angle of 88.12º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85DF1F is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB13322331-
CMYK0.4000.860.13
HSL88.12º75.59%49.8%-
HSV(B)88.12º86.1%87.45%-
XYZ36.3157.8610.55-
YUV174.247.1898.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 223 (87.5% from 255) = 57.62%
BLUE value IS 31 (12.5% from 255) = 8.01%
R=34.37%
G=57.62%
B=8.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal133223310.4000.860.1388.1275.5949.8
Hex85DF1F28056D584c32
Octal205337375001261513011462
Binary10000101110111111111110100001010110110110110001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DF1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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