#85D713

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

Shades of Yellow Green #85D713

Tints of Yellow Green #85D713

Color information

#85D713 (or 0x85D713) is unknown color: approx Yellow Green. HEX triplet: 85, D7 and 13. RGB value is (133,215,19). Sum of RGB (Red+Green+Blue) = 133+215+19=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 215 (84.38% from 255 or 58.58% from 367); Blue value is 19 (7.81% from 255 or 5.18% from 367); Max value from RGB is 215 - color contains mainly: green. Hex color #85D713 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D713 is #7A28EC. Grayscale: #A8A8A8. Windows color (decimal): -8005869 or 1300357. OLE color: 1300357.

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

Color convert

RGB13321519-
CMYK0.3800.910.16
HSL85.1º83.76%45.88%-
HSV(B)85.1º91.16%84.31%-
XYZ34.0953.639.17-
YUV168.1443.83102.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.24%
GREEN value IS 215 (84.38% from 255) = 58.58%
BLUE value IS 19 (7.81% from 255) = 5.18%
R=36.24%
G=58.58%
B=5.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal133215190.3800.910.1685.183.7645.88
Hex85D7132605B1055542e
Octal205327234601332012512456
Binary100001011101011110011100110010110111000010101011010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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