#85D135

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

Shades of Yellow Green #85D135

Tints of Yellow Green #85D135

Color information

#85D135 (or 0x85D135) is unknown color: approx Yellow Green. HEX triplet: 85, D1 and 35. RGB value is (133,209,53). Sum of RGB (Red+Green+Blue) = 133+209+53=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 209 (82.03% from 255 or 52.91% from 395); Blue value is 53 (21.09% from 255 or 13.42% from 395); Max value from RGB is 209 - color contains mainly: green. Hex color #85D135 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D135 is #7A2ECA. Grayscale: #A9A9A9. Windows color (decimal): -8007371 or 3527045. OLE color: 3527045.

HSL color Cylindrical-coordinate representation of color #85D135: hue angle of 89.23º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85D135 is Cyan = 0.36, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB13320953-
CMYK0.3600.750.18
HSL89.23º62.9%51.37%-
HSV(B)89.23º74.64%81.96%-
XYZ33.1250.8411.44-
YUV168.4962.82102.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.67%
GREEN value IS 209 (82.03% from 255) = 52.91%
BLUE value IS 53 (21.09% from 255) = 13.42%
R=33.67%
G=52.91%
B=13.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal133209530.3600.750.1889.2362.951.37
Hex85D1352404B12593f33
Octal20532165440113221317763
Binary100001011101000111010110010001001011100101011001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,209,53); }

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

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

 a { background-color: rgb(133,209,53); }

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

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

 span { border-color: rgb(133,209,53); }

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