#85C035

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

Shades of Yellow Green #85C035

Tints of Yellow Green #85C035

Color information

#85C035 (or 0x85C035) is unknown color: approx Yellow Green. HEX triplet: 85, C0 and 35. RGB value is (133,192,53). Sum of RGB (Red+Green+Blue) = 133+192+53=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 53 (21.09% from 255 or 14.02% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #85C035 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C035 is #7A3FCA. Grayscale: #9F9F9F. Windows color (decimal): -8011723 or 3522693. OLE color: 3522693.

HSL color Cylindrical-coordinate representation of color #85C035: hue angle of 85.47º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85C035 is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB13319253-
CMYK0.3100.720.25
HSL85.47º56.73%48.04%-
HSV(B)85.47º72.4%75.29%-
XYZ29.1742.9410.12-
YUV158.5168.45109.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.19%
GREEN value IS 192 (75.39% from 255) = 50.79%
BLUE value IS 53 (21.09% from 255) = 14.02%
R=35.19%
G=50.79%
B=14.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133192530.3100.720.2585.4756.7348.04
Hex85C0351F04819553930
Octal20530065370110311257160
Binary10000101110000001101011111101001000110011010101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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