#85C43C

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

Shades of Yellow Green #85C43C

Tints of Yellow Green #85C43C

Color information

#85C43C (or 0x85C43C) is unknown color: approx Yellow Green. HEX triplet: 85, C4 and 3C. RGB value is (133,196,60). Sum of RGB (Red+Green+Blue) = 133+196+60=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 196 (76.95% from 255 or 50.39% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 196 - color contains mainly: green. Hex color #85C43C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C43C is #7A3BC3. Grayscale: #A2A2A2. Windows color (decimal): -8010692 or 3982469. OLE color: 3982469.

HSL color Cylindrical-coordinate representation of color #85C43C: hue angle of 87.79º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85C43C is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB13319660-
CMYK0.3200.690.23
HSL87.79º53.54%50.2%-
HSV(B)87.79º69.39%76.86%-
XYZ30.2344.7911.33-
YUV161.6670.63107.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.19%
GREEN value IS 196 (76.95% from 255) = 50.39%
BLUE value IS 60 (23.83% from 255) = 15.42%
R=34.19%
G=50.39%
B=15.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal133196600.3200.690.2387.7953.5450.2
Hex85C43C2004517583632
Octal20530474400105271306662
Binary100001011100010011110010000001000101101111011000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C43C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,196,60); }

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

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

 a { background-color: rgb(133,196,60); }

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

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

 span { border-color: rgb(133,196,60); }

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