#86CA35

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

Shades of Yellow Green #86CA35

Tints of Yellow Green #86CA35

Color information

#86CA35 (or 0x86CA35) is unknown color: approx Yellow Green. HEX triplet: 86, CA and 35. RGB value is (134,202,53). Sum of RGB (Red+Green+Blue) = 134+202+53=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 202 (79.30% from 255 or 51.93% from 389); Blue value is 53 (21.09% from 255 or 13.62% from 389); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CA35 is #7935CA. Grayscale: #A5A5A5. Windows color (decimal): -7943627 or 3525254. OLE color: 3525254.

HSL color Cylindrical-coordinate representation of color #86CA35: hue angle of 87.38º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #86CA35 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB13420253-
CMYK0.3400.740.21
HSL87.38º58.43%50%-
HSV(B)87.38º73.76%79.22%-
XYZ31.5947.5710.88-
YUV164.6864.97106.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.45%
GREEN value IS 202 (79.30% from 255) = 51.93%
BLUE value IS 53 (21.09% from 255) = 13.62%
R=34.45%
G=51.93%
B=13.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal134202530.3400.740.2187.3858.4350
Hex86CA352204A15573a32
Octal20631265420112251277262
Binary100001101100101011010110001001001010101011010111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86CA35; }

 p { color: rgb(134,202,53); }

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

<style>
 a { background-color: #86CA35; }

 a { background-color: rgb(134,202,53); }

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

<style>
 span { border-color: #86CA35; }

 span { border-color: rgb(134,202,53); }

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