#85C838

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

Shades of Yellow Green #85C838

Tints of Yellow Green #85C838

Color information

#85C838 (or 0x85C838) is unknown color: approx Yellow Green. HEX triplet: 85, C8 and 38. RGB value is (133,200,56). Sum of RGB (Red+Green+Blue) = 133+200+56=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 200 (78.52% from 255 or 51.41% from 389); Blue value is 56 (22.27% from 255 or 14.40% from 389); Max value from RGB is 200 - color contains mainly: green. Hex color #85C838 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C838 is #7A37C7. Grayscale: #A4A4A4. Windows color (decimal): -8009672 or 3721349. OLE color: 3721349.

HSL color Cylindrical-coordinate representation of color #85C838: hue angle of 87.92º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85C838 is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB13320056-
CMYK0.3400.720.22
HSL87.92º56.69%50.2%-
HSV(B)87.92º72%78.43%-
XYZ31.0446.5811.1-
YUV163.5567.3106.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.19%
GREEN value IS 200 (78.52% from 255) = 51.41%
BLUE value IS 56 (22.27% from 255) = 14.40%
R=34.19%
G=51.41%
B=14.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal133200560.3400.720.2287.9256.6950.2
Hex85C8382204816583932
Octal20531070420110261307162
Binary100001011100100011100010001001001000101101011000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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