#85C83B

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

Shades of Yellow Green #85C83B

Tints of Yellow Green #85C83B

Color information

#85C83B (or 0x85C83B) is unknown color: approx Yellow Green. HEX triplet: 85, C8 and 3B. RGB value is (133,200,59). Sum of RGB (Red+Green+Blue) = 133+200+59=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 200 (78.52% from 255 or 51.02% from 392); Blue value is 59 (23.44% from 255 or 15.05% from 392); Max value from RGB is 200 - color contains mainly: green. Hex color #85C83B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C83B is #7A37C4. Grayscale: #A4A4A4. Windows color (decimal): -8009669 or 3917957. OLE color: 3917957.

HSL color Cylindrical-coordinate representation of color #85C83B: hue angle of 88.51º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85C83B is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB13320059-
CMYK0.3400.700.22
HSL88.51º56.18%50.78%-
HSV(B)88.51º70.5%78.43%-
XYZ31.1246.6111.49-
YUV163.8968.8105.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.93%
GREEN value IS 200 (78.52% from 255) = 51.02%
BLUE value IS 59 (23.44% from 255) = 15.05%
R=33.93%
G=51.02%
B=15.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal133200590.3400.700.2288.5156.1850.78
Hex85C83B2204616593833
Octal20531073420106261317063
Binary100001011100100011101110001001000110101101011001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C83B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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