#85c13b

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

Shades of Yellow Green #85C13B

Tints of Yellow Green #85C13B

Color information

#85C13B (or 0x85C13B) is unknown color: approx Yellow Green. HEX triplet: 85, C1 and 3B. RGB value is (133,193,59). Sum of RGB (Red+Green+Blue) = 133+193+59=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #85C13B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C13B is #7A3EC4. Grayscale: #A0A0A0. Windows color (decimal): -8011461 or 3916165. OLE color: 3916165.

HSL color Cylindrical-coordinate representation of color #85C13B: hue angle of 86.87º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85C13B is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB13319359-
CMYK0.3100.690.24
HSL86.87º53.17%49.41%-
HSV(B)86.87º69.43%75.69%-
XYZ29.5343.4410.97-
YUV159.7871.12108.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.55%
GREEN value IS 193 (75.78% from 255) = 50.13%
BLUE value IS 59 (23.44% from 255) = 15.32%
R=34.55%
G=50.13%
B=15.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal133193590.3100.690.2486.8753.1749.41
Hex85C13B1F04518573531
Octal20530173370105301276561
Binary10000101110000011110111111101000101110001010111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85c13b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,193,59); }

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

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

 a { background-color: rgb(133,193,59); }

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

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

 span { border-color: rgb(133,193,59); }

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